ATL with C code.. pls looooooooooooooook hereeeeeeeeeeeeeee
ATL / WTL / STL
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am posting here cos none answers in ATL group. I have a dialog box in my ATL exe, I want to use/link a C Library. AFter clicking OK button on the dialog on of C functions should execute . How to do this. linking the Clibrary and opening the C function. marcoslav -- modified at 3:10 Friday 16th June, 2006
-
Hi, I am posting here cos none answers in ATL group. I have a dialog box in my ATL exe, I want to use/link a C Library. AFter clicking OK button on the dialog on of C functions should execute . How to do this. linking the Clibrary and opening the C function. marcoslav -- modified at 3:10 Friday 16th June, 2006
extern "C" should work, I believe