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

C / C++ / MFC

 
Generalwhy cann't my dialog add any controls Pin
snollow30-Mar-03 16:49
snollow30-Mar-03 16:49 
GeneralI would like to know... Pin
Ta_Tee47330-Mar-03 14:41
Ta_Tee47330-Mar-03 14:41 
GeneralRe: I would like to know... Pin
Ravi Bhavnani30-Mar-03 14:58
professionalRavi Bhavnani30-Mar-03 14:58 
GeneralRe: I would like to know... Pin
Ta_Tee47330-Mar-03 19:51
Ta_Tee47330-Mar-03 19:51 
Generalcalling a DLL in Visual C++ Pin
Geert Craessaerts30-Mar-03 11:23
Geert Craessaerts30-Mar-03 11:23 
GeneralRe: calling a DLL in Visual C++ Pin
De Nardis Andrea30-Mar-03 21:51
De Nardis Andrea30-Mar-03 21:51 
GeneralRe: calling a DLL in Visual C++ Pin
Geert Craessaerts30-Mar-03 22:11
Geert Craessaerts30-Mar-03 22:11 
GeneralRe: calling a DLL in Visual C++ Pin
De Nardis Andrea30-Mar-03 22:31
De Nardis Andrea30-Mar-03 22:31 
In order to use Mathlab functionality you need some DLL for sure. You probably have linked your app with the enty point lib of these. There is a free utility called Dependency Walker that can help in identify the DLL your component need. All these DLLs must be present in one or more of the following path list:
- your app path;
- the %systemroot% path;
- the %winnt%\system32 path;
- one of the path specified by the PATH environment variable;
If something gets wrong in loading any of these DLLs your primary DLL cannot be loaded and you experience the problem you have reported.
More info in "Advanced Programming for Windows" by Richter
GeneralRe: calling a DLL in Visual C++ Pin
Geert Craessaerts30-Mar-03 22:52
Geert Craessaerts30-Mar-03 22:52 
GeneralRe: calling a DLL in Visual C++ Pin
De Nardis Andrea30-Mar-03 23:37
De Nardis Andrea30-Mar-03 23:37 
Questionhow to program GUI for c in Visual C++? Pin
jcute30-Mar-03 8:30
jcute30-Mar-03 8:30 
AnswerRe: how to program GUI for c in Visual C++? Pin
Amit Dey30-Mar-03 8:47
Amit Dey30-Mar-03 8:47 
AnswerRe: how to program GUI for c in Visual C++? Pin
Christian Graus30-Mar-03 10:35
protectorChristian Graus30-Mar-03 10:35 
GeneralRe: how to program GUI for c in Visual C++? Pin
Debs30-Mar-03 22:55
Debs30-Mar-03 22:55 
GeneralGet image of toolbar button Pin
User 665830-Mar-03 6:02
User 665830-Mar-03 6:02 
GeneralRe: Get image of toolbar button Pin
User 665830-Mar-03 7:15
User 665830-Mar-03 7:15 
GeneralClearing a vector Pin
Makover30-Mar-03 4:41
Makover30-Mar-03 4:41 
GeneralRe: Clearing a vector Pin
Chris Losinger30-Mar-03 4:57
professionalChris Losinger30-Mar-03 4:57 
GeneralRe: Clearing a vector Pin
Makover30-Mar-03 5:18
Makover30-Mar-03 5:18 
GeneralRe: Clearing a vector Pin
Joaquín M López Muñoz30-Mar-03 5:35
Joaquín M López Muñoz30-Mar-03 5:35 
GeneralRe: Clearing a vector Pin
Chris Losinger30-Mar-03 5:37
professionalChris Losinger30-Mar-03 5:37 
GeneralRe: Clearing a vector Pin
Makover30-Mar-03 5:50
Makover30-Mar-03 5:50 
Generalfunction from dll Pin
_crs_30-Mar-03 4:41
_crs_30-Mar-03 4:41 
GeneralRe: function from dll Pin
valikac30-Mar-03 5:40
valikac30-Mar-03 5:40 
GeneralRe: function from dll Pin
codeant30-Mar-03 5:41
codeant30-Mar-03 5:41 

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.