Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWin32_SerialPort API example.. Pin
vijay.victory29-Apr-08 23:24
vijay.victory29-Apr-08 23:24 
QuestionRe: Win32_SerialPort API example.. [modified] Pin
CPallini29-Apr-08 23:33
mveCPallini29-Apr-08 23:33 
JokeRe: Win32_SerialPort API example.. Pin
Hamid_RT30-Apr-08 4:47
Hamid_RT30-Apr-08 4:47 
GeneralRe: Win32_SerialPort API example.. Pin
CPallini30-Apr-08 5:04
mveCPallini30-Apr-08 5:04 
GeneralRe: Win32_SerialPort API example.. Pin
Nelek1-May-08 21:56
protectorNelek1-May-08 21:56 
AnswerRe: Win32_SerialPort API example.. Pin
David Crow30-Apr-08 3:43
David Crow30-Apr-08 3:43 
Questionhow i add dll (third party tool dll) into my static library Pin
amit_pansuria29-Apr-08 23:11
amit_pansuria29-Apr-08 23:11 
AnswerRe: how i add dll (third party tool dll) into my static library Pin
Nelek29-Apr-08 23:24
protectorNelek29-Apr-08 23:24 
I used once a third party dll inside another self-programmed dll.

The third party dll had a *.lib and a *.h files. I included the *.lib into the main Application and the header in MyDll.cpp

If the third party dll has no lib, then I think you should include the header in your cpp and load the dll dinamically into your own dll before using it.

After just include your own lib and header in the main application.

Greetings.
--------
M.D.V. Wink | ;)

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?
Help me to understand what I'm saying, and I'll explain it better to you
“The First Rule of Program Optimization: Don't do it. The Second Rule of Program Optimization (for experts only!): Don't do it yet.” - Michael A. Jackson

Questionhow can I get the exe's theApp in a regular mfc dll? Pin
code_discuss29-Apr-08 22:48
code_discuss29-Apr-08 22:48 
AnswerRe: how can I get the exe's theApp in a regular mfc dll? Pin
Nitheesh George29-Apr-08 23:01
Nitheesh George29-Apr-08 23:01 
Questionwindows+d Pin
john563229-Apr-08 22:26
john563229-Apr-08 22:26 
QuestionRe: windows+d Pin
CPallini29-Apr-08 23:35
mveCPallini29-Apr-08 23:35 
AnswerRe: windows+d Pin
Hamid_RT30-Apr-08 4:47
Hamid_RT30-Apr-08 4:47 
QuestionI cant well dont no how to connect to a Mysql database. Pin
bradmasterx29-Apr-08 20:54
bradmasterx29-Apr-08 20:54 
AnswerRe: I cant well dont no how to connect to a Mysql database. Pin
_AnsHUMAN_ 29-Apr-08 20:57
_AnsHUMAN_ 29-Apr-08 20:57 
AnswerRe: I cant well dont no how to connect to a Mysql database. Pin
ShilpiP29-Apr-08 21:06
ShilpiP29-Apr-08 21:06 
AnswerRe: I cant well dont no how to connect to a Mysql database. Pin
David Crow30-Apr-08 3:47
David Crow30-Apr-08 3:47 
AnswerRe: I cant well dont no how to connect to a Mysql database. Pin
Hamid_RT30-Apr-08 4:45
Hamid_RT30-Apr-08 4:45 
QuestionAdding a drop down menu to an IE Toolbar button Pin
Arnon A29-Apr-08 20:51
Arnon A29-Apr-08 20:51 
QuestionVC++ - AciveXDLL -Sockets Pin
lgatcodeproject29-Apr-08 20:41
lgatcodeproject29-Apr-08 20:41 
AnswerRe: VC++ - AciveXDLL -Sockets Pin
Cedric Moonen29-Apr-08 20:50
Cedric Moonen29-Apr-08 20:50 
GeneralRe: VC++ - AciveXDLL -Sockets Pin
lgatcodeproject29-Apr-08 20:59
lgatcodeproject29-Apr-08 20:59 
JokeRe: VC++ - AciveXDLL -Sockets Pin
_AnsHUMAN_ 29-Apr-08 21:01
_AnsHUMAN_ 29-Apr-08 21:01 
GeneralRe: VC++ - AciveXDLL -Sockets Pin
Cedric Moonen29-Apr-08 21:07
Cedric Moonen29-Apr-08 21:07 
GeneralRe: VC++ - AciveXDLL -Sockets Pin
lgatcodeproject29-Apr-08 22:33
lgatcodeproject29-Apr-08 22:33 

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.