Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need help of CListCtrl with Up/Down keyboard Pin
ATC17-Mar-03 16:55
ATC17-Mar-03 16:55 
GeneralPlease try this ,simple and it has bug. Pin
anju17-Mar-03 2:47
anju17-Mar-03 2:47 
GeneralRe: Please try this ,simple and it has bug. Pin
AlexO17-Mar-03 2:57
AlexO17-Mar-03 2:57 
GeneralRe: Please try this ,simple and it has bug. Pin
anju17-Mar-03 3:55
anju17-Mar-03 3:55 
GeneralRe: Please try this ,simple and it has bug. Pin
Ted Ferenc17-Mar-03 5:17
Ted Ferenc17-Mar-03 5:17 
GeneralRe: Please try this ,simple and it has bug. Pin
Brian Shifrin17-Mar-03 7:12
Brian Shifrin17-Mar-03 7:12 
GeneralRe: Please try this ,simple and it has bug. Pin
anju17-Mar-03 16:14
anju17-Mar-03 16:14 
QuestionDeadlock when linking 2 DLLs that call eachother ? Pin
eladho17-Mar-03 2:21
eladho17-Mar-03 2:21 
Now this must be an old problem:
I have very big project that was originally meant solely for Linux.
I now port it also to windows (on the VC++ .NET) and apparently some DLLs call each other.
So, I face a linking problem as no .lib is available (the chicken and the egg problem).
Now this is a huge project. My options, as I see them are:
1) Take off all calls to imported functions inside some DLL, build it, build all rest the same way, then start bringing in the missing calls.
2) Use some sort of dummy lib. The problem is that if such an option really exist- I don't know how to do that.
3) Collide all DLLs into one.

I'll be glad to know if option 2 really exists, or of any other option if you see such.
Dynamically loading the DLL is as bad as option 1 as it requires many changes (each DLL exports hundreds of symbols), so I prefer to stick to the implicit load, and make as little source changes as possible.

Thanx for any help.
Elad.


AnswerRe: Deadlock when linking 2 DLLs that call eachother ? Pin
AlexO17-Mar-03 2:53
AlexO17-Mar-03 2:53 
GeneralRe: Deadlock when linking 2 DLLs that call eachother ? Pin
eladho17-Mar-03 3:00
eladho17-Mar-03 3:00 
AnswerRe: Deadlock when linking 2 DLLs that call eachother ? Pin
Brian Shifrin17-Mar-03 7:22
Brian Shifrin17-Mar-03 7:22 
GeneralNetUserGetInfo Pin
Sonu Kapoor17-Mar-03 1:54
Sonu Kapoor17-Mar-03 1:54 
GeneralRemove the window from the task bar while in minimized state Pin
d_kilshtein17-Mar-03 1:07
d_kilshtein17-Mar-03 1:07 
GeneralRe: Remove the window from the task bar while in minimized state Pin
Abin17-Mar-03 2:13
Abin17-Mar-03 2:13 
GeneralIs their any way Pin
Ph@ntom17-Mar-03 0:27
Ph@ntom17-Mar-03 0:27 
GeneralRe: Is their any way Pin
Rage17-Mar-03 1:18
professionalRage17-Mar-03 1:18 
GeneralOverwriting locked files Pin
jerry0davis17-Mar-03 0:23
jerry0davis17-Mar-03 0:23 
GeneralRe: Overwriting locked files Pin
Dominik Reichl17-Mar-03 0:58
Dominik Reichl17-Mar-03 0:58 
GeneralRe: Overwriting locked files Pin
jerry0davis17-Mar-03 1:06
jerry0davis17-Mar-03 1:06 
GeneralRe: Overwriting locked files Pin
Dominik Reichl17-Mar-03 1:25
Dominik Reichl17-Mar-03 1:25 
GeneralRe: Overwriting locked files Pin
jerry0davis17-Mar-03 1:27
jerry0davis17-Mar-03 1:27 
GeneralRe: Overwriting locked files Pin
Scott H. Settlemier17-Mar-03 1:21
Scott H. Settlemier17-Mar-03 1:21 
GeneralRe: Overwriting locked files Pin
jerry0davis17-Mar-03 1:25
jerry0davis17-Mar-03 1:25 
GeneralAbnormal Program Termination Pin
kalamatianos16-Mar-03 23:55
kalamatianos16-Mar-03 23:55 
GeneralSource profiling Pin
Jonathan Gilligan16-Mar-03 23:20
Jonathan Gilligan16-Mar-03 23:20 

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.