Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About creat my DLL file ? Pin
MeteOS323-Feb-02 1:59
MeteOS323-Feb-02 1:59 
GeneralRe: About creat my DLL file ? Pin
Mazdak23-Feb-02 2:29
Mazdak23-Feb-02 2:29 
GeneralRe: About creat my DLL file ? Pin
MeteOS328-Feb-02 0:00
MeteOS328-Feb-02 0:00 
GeneralRe: About creat my DLL file ? Pin
Mazdak28-Feb-02 3:08
Mazdak28-Feb-02 3:08 
GeneralRe: About creat my DLL file ? Pin
MeteOS35-Mar-02 18:13
MeteOS35-Mar-02 18:13 
GeneralRe: About creat my DLL file ? Pin
Mazdak6-Mar-02 0:24
Mazdak6-Mar-02 0:24 
GeneralRe: About creat my DLL file ? Pin
MeteOS39-Mar-02 23:04
MeteOS39-Mar-02 23:04 
AnswerRe: About creat my DLL file ? Pin
Paul M Watt23-Feb-02 10:56
mentorPaul M Watt23-Feb-02 10:56 
Alpha Intelligence wrote:
And can I use Visual C++ to write C code

Simply name your file with a .c extension rather than .cpp, and DevStudio will use a C compiler in order to compile that file. You will need to be careful if you are trying to mix C compiled code with C++ compiled code however, because the C++ compiler will mangle the linker symbols in order to make function overloading possible.
GeneralHex String to Decimal long Pin
soup23-Feb-02 1:47
soup23-Feb-02 1:47 
GeneralRe: Hex String to Decimal long Pin
Mazdak23-Feb-02 1:56
Mazdak23-Feb-02 1:56 
GeneralRe: Hex String to Decimal long Pin
Chris Hafey23-Feb-02 7:50
Chris Hafey23-Feb-02 7:50 
GeneralRe: Hex String to Decimal long Pin
soup23-Feb-02 14:11
soup23-Feb-02 14:11 
QuestionHow create a pie or chord region Pin
wangyiming22-Feb-02 23:50
wangyiming22-Feb-02 23:50 
AnswerRe: How create a pie or chord region Pin
Paul M Watt23-Feb-02 10:03
mentorPaul M Watt23-Feb-02 10:03 
Generalnothing appear! Pin
Mazdak22-Feb-02 23:04
Mazdak22-Feb-02 23:04 
GeneralRe: nothing appear! Pin
Joaquín M López Muñoz22-Feb-02 23:07
Joaquín M López Muñoz22-Feb-02 23:07 
GeneralRe: nothing appear! Pin
Mazdak22-Feb-02 23:27
Mazdak22-Feb-02 23:27 
GeneralRe: nothing appear! Pin
Steen Krogsgaard22-Feb-02 23:22
Steen Krogsgaard22-Feb-02 23:22 
GeneralRe: nothing appear! Pin
Mazdak22-Feb-02 23:25
Mazdak22-Feb-02 23:25 
GeneralRe: nothing appear! Pin
Mazdak23-Feb-02 0:02
Mazdak23-Feb-02 0:02 
GeneralRe: nothing appear! Pin
Tim Deveaux23-Feb-02 4:39
Tim Deveaux23-Feb-02 4:39 
GeneralRe: nothing appear! Pin
Steen Krogsgaard24-Feb-02 0:54
Steen Krogsgaard24-Feb-02 0:54 
GeneralRe: nothing appear! Pin
Steen Krogsgaard24-Feb-02 0:56
Steen Krogsgaard24-Feb-02 0:56 
GeneralRe: nothing appear! Pin
Paul M Watt23-Feb-02 10:34
mentorPaul M Watt23-Feb-02 10:34 
QuestionHow to load icon resource into hBitmap ? Pin
22-Feb-02 22:53
suss22-Feb-02 22:53 

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.