Click here to Skip to main content
15,886,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPlz solve it Pin
SARKER MD KAWSER ALOM24-Apr-21 13:11
SARKER MD KAWSER ALOM24-Apr-21 13:11 
AnswerRe: Plz solve it Pin
k505424-Apr-21 13:26
mvek505424-Apr-21 13:26 
AnswerRe: Plz solve it Pin
Dave Kreskowiak24-Apr-21 15:13
mveDave Kreskowiak24-Apr-21 15:13 
AnswerRe: Plz solve it Pin
Aghast (nj)24-Apr-21 21:15
Aghast (nj)24-Apr-21 21:15 
AnswerRe: Plz solve it Pin
Victor Nijegorodov24-Apr-21 22:08
Victor Nijegorodov24-Apr-21 22:08 
AnswerRe: Plz solve it Pin
Jerry Jeremiah4-May-21 19:41
Jerry Jeremiah4-May-21 19:41 
QuestionDLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg20-Apr-21 12:17
charlieg20-Apr-21 12:17 
AnswerRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Mircea Neacsu20-Apr-21 13:28
Mircea Neacsu20-Apr-21 13:28 
Not sure if it will fit your case but here is how I got about a similar problem:
1. make a clean virtual machine (VMware, VirtualBox, whatever you want)
2. install your DLL and use DEPENDS to find what missing SDK libraries you need
3. try to run your test app and fine tune between different versions of SDK until you make it run.

The advantage of working on a VM is that you can go back to known snapshot points and not get the "it runs on my machine" situation.

Going forward, I'd say the best thing would be to rebuild your DLL with as little external dependencies as possible. Link everything, including the runtime libraries, as static libraries. That way you can distribute your DLL without worrying about needed SDKs.
Mircea

GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Daniel Pfeffer20-Apr-21 21:07
professionalDaniel Pfeffer20-Apr-21 21:07 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg21-Apr-21 1:38
charlieg21-Apr-21 1:38 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg21-Apr-21 1:36
charlieg21-Apr-21 1:36 
AnswerRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Richard MacCutchan20-Apr-21 21:25
mveRichard MacCutchan20-Apr-21 21:25 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Mircea Neacsu21-Apr-21 0:57
Mircea Neacsu21-Apr-21 0:57 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Richard MacCutchan21-Apr-21 0:59
mveRichard MacCutchan21-Apr-21 0:59 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Mircea Neacsu21-Apr-21 1:09
Mircea Neacsu21-Apr-21 1:09 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg21-Apr-21 1:45
charlieg21-Apr-21 1:45 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Richard MacCutchan21-Apr-21 2:12
mveRichard MacCutchan21-Apr-21 2:12 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg21-Apr-21 5:08
charlieg21-Apr-21 5:08 
AnswerRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
charlieg22-Apr-21 9:35
charlieg22-Apr-21 9:35 
GeneralRe: DLL he11 - multiple versions of Visual Studio - professional guidance needed - management of SDKs. Pin
Richard MacCutchan22-Apr-21 23:02
mveRichard MacCutchan22-Apr-21 23:02 
QuestionFinite Elements Pin
EMD195417-Apr-21 10:04
EMD195417-Apr-21 10:04 
AnswerRe: Finite Elements Pin
Dave Kreskowiak17-Apr-21 15:15
mveDave Kreskowiak17-Apr-21 15:15 
AnswerRe: Finite Elements Pin
Victor Nijegorodov17-Apr-21 22:15
Victor Nijegorodov17-Apr-21 22:15 
GeneralRe: Finite Elements Pin
EMD195418-Apr-21 6:30
EMD195418-Apr-21 6:30 
Questionganerate a report in C++/MFC Pin
Zouaoui Billel16-Apr-21 21:00
Zouaoui Billel16-Apr-21 21:00 

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.