Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Header Define

0 views
Skip to first unread message

Martin Stöferle

unread,
Dec 19, 2008, 3:54:06 PM12/19/08
to
Hallo,

ich muss zum einen mal so kompilieren.

typedef int (CALLBACK *Read)(char * p_connectString, char * p_user, char
* p_password, char * p_product);

typedef int (CALLBACK *Write)(char * p_connectString, char * p_user,
char * p_password);

dann mal so

typedef int ( *Read)(char * p_connectString, char * p_user, char *
p_password, char * p_product);

typedef int ( *Write)(char * p_connectString, char * p_user, char *
p_password, char * p_product);

Wie kann ich das automatisieren?

Irgendwie mit define?
Wie?

Besteht die Möglichkeit das auch über einen Ini Eintrag zu lösen?


Grüße Martin

Martin Richter [MVP]

unread,
Dec 22, 2008, 3:18:50 AM12/22/08
to
Hallo Martin!

Siehe Antworten in microsoft.public.de.vc

--
Martin Richter [MVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming
FAQ: http://www.mpdvc.de Samples: http://www.codeproject.com

0 new messages