Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Making Autoruns in C++ Pin
Bill Wilson9-Oct-02 7:21
Bill Wilson9-Oct-02 7:21 
GeneralRe: Making Autoruns in C++ Pin
Slayer8-Oct-02 21:10
Slayer8-Oct-02 21:10 
GeneralRe: Making Autoruns in C++ Pin
Patje8-Oct-02 20:57
Patje8-Oct-02 20:57 
GeneralWin32 + mySQL Pin
Anonymous8-Oct-02 11:22
Anonymous8-Oct-02 11:22 
GeneralRe: Win32 + mySQL Pin
Jon Sagara8-Oct-02 11:53
Jon Sagara8-Oct-02 11:53 
GeneralLink problem #2 Pin
algruber8-Oct-02 11:20
algruber8-Oct-02 11:20 
GeneralRe: Link problem #2 Pin
Jon Hulatt8-Oct-02 21:38
Jon Hulatt8-Oct-02 21:38 
GeneralRe: Link problem #2 Pin
mariuszpopiolek8-Oct-02 21:45
mariuszpopiolek8-Oct-02 21:45 
No, it doesn't mean that VC can't find some file. It mean that it haven't found this function while linking code. It is probably caused by different calling convention of function in header file and in lib file (it seems that in header calling convention is stdcall and in lib is different). Try to find this function declaration in header file, it should be declared with WIN_API macro. After that find DirectDrawCreateEx in lib file. If it doesn't equal to _DirectDrawCreateEx@16 it can't work (then try to delete WIN_API from the declaration of the function, it should help unless the function is defined in lib using another calling convention: fastcall instead of cdecl. If it is defined with fastcall try to declare it with fastcall (but I don't which macro does this Frown | :( )

Greetings

Mariusz Popiolek
Generalgetting event notification from an Excel worksheet Pin
Jim Crafton8-Oct-02 10:20
Jim Crafton8-Oct-02 10:20 
GeneralRe: getting event notification from an Excel worksheet Pin
Steve S8-Oct-02 21:59
Steve S8-Oct-02 21:59 
GeneralRe: getting event notification from an Excel worksheet Pin
Jim Crafton9-Oct-02 3:08
Jim Crafton9-Oct-02 3:08 
Generalwant to pass in array info to a CDialog from MDI app Pin
ns8-Oct-02 9:30
ns8-Oct-02 9:30 
GeneralRe: want to pass in array info to a CDialog from MDI app Pin
Nitron8-Oct-02 9:39
Nitron8-Oct-02 9:39 
GeneralRe: want to pass in array info to a CDialog from MDI app Pin
ns8-Oct-02 9:46
ns8-Oct-02 9:46 
GeneralRe: want to pass in array info to a CDialog from MDI app Pin
Nitron8-Oct-02 9:57
Nitron8-Oct-02 9:57 
Generalthanks very much Pin
ns8-Oct-02 9:59
ns8-Oct-02 9:59 
GeneralRe: want to pass in array info to a CDialog from MDI app Pin
JT Anderson8-Oct-02 11:50
JT Anderson8-Oct-02 11:50 
GeneralRe: want to pass in array info to a CDialog from MDI app Pin
l a u r e n8-Oct-02 13:39
l a u r e n8-Oct-02 13:39 
GeneralKeeping track of control width Pin
Anonymous8-Oct-02 8:25
Anonymous8-Oct-02 8:25 
GeneralRe: Keeping track of control width (?) Pin
Anonymous8-Oct-02 8:58
Anonymous8-Oct-02 8:58 
GeneralRe: Keeping track of control width (?) Pin
Roger Allen9-Oct-02 1:48
Roger Allen9-Oct-02 1:48 
GeneralRe: Keeping track of control width Pin
BlackSmith8-Oct-02 9:35
BlackSmith8-Oct-02 9:35 
GeneralRe: Keeping track of control width Pin
Anonymous8-Oct-02 9:54
Anonymous8-Oct-02 9:54 
GeneralRe: Keeping track of control width Pin
8-Oct-02 10:20
suss8-Oct-02 10:20 
Generalfrozen combobox Pin
ns8-Oct-02 8:01
ns8-Oct-02 8:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.