Click here to Skip to main content
15,881,744 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DirectX SDK for C# Pin
Antti Keskinen6-Sep-04 11:10
Antti Keskinen6-Sep-04 11:10 
GeneralRe: DirectX SDK for C# Pin
Hadi Fakhreddine8-Sep-04 20:48
Hadi Fakhreddine8-Sep-04 20:48 
Questioncan not return com from c# Pin
umedkurd3-Sep-04 2:13
umedkurd3-Sep-04 2:13 
GeneralProgramatically determining IP addresses Pin
Olof Forshell2-Sep-04 12:19
Olof Forshell2-Sep-04 12:19 
GeneralRe: Programatically determining IP addresses Pin
Anonymous2-Sep-04 21:41
Anonymous2-Sep-04 21:41 
GeneralVC++6.0->VC++.NET Pin
jetournier2-Sep-04 3:15
jetournier2-Sep-04 3:15 
GeneralRe: VC++6.0->VC++.NET Pin
jetournier2-Sep-04 3:17
jetournier2-Sep-04 3:17 
GeneralRe: VC++6.0->VC++.NET Pin
Antti Keskinen6-Sep-04 11:24
Antti Keskinen6-Sep-04 11:24 
VC++ .NET installs the MFC version 7.1 files on your computer. These files are 'almost' backwards compatible with the MFC version 4.2 ones, which are installed by VC++ 6.0. You should modify your project settings to include mfc71d.lib and mfcs71d.lib, respectively (Yes, you have typoed there).

The reason that your builds fail might be because you're using a interface definitions that are possibly deprecated (== not supported anymore). The only option is to go through the code and change these to the appropriate, supported values. Because it's a linker error, you should use a feature like "Find in Files..." in the IDE.

If these are, like I believe, GUID identifiers of COM interfaces, you can always use the command __uuidof( interface name ) to return the GUID where needed. This command always gets the correct GUID for the current file version, regardless of what version you're using.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralMultiple versions Pin
hatim_ali1-Sep-04 21:40
hatim_ali1-Sep-04 21:40 
GeneralPixelFormat of the Screen ( Desktop ) Pin
Michael Menne1-Sep-04 10:32
Michael Menne1-Sep-04 10:32 
Generalprogram terminates unexpectedly, with no message Pin
Anonymous31-Aug-04 23:49
Anonymous31-Aug-04 23:49 
GeneralRe: program terminates unexpectedly, with no message Pin
mav.northwind1-Sep-04 6:10
mav.northwind1-Sep-04 6:10 
QuestionHow To Save a Crystal Report- SaveAs() Pin
Ranoush31-Aug-04 22:00
Ranoush31-Aug-04 22:00 
AnswerRe: How To Save a Crystal Report- SaveAs() Pin
Steven Campbell1-Sep-04 8:15
Steven Campbell1-Sep-04 8:15 
GeneralCreate XML Document Pin
Pokemon_G31-Aug-04 19:53
Pokemon_G31-Aug-04 19:53 
GeneralRe: Create XML Document Pin
Steven Campbell1-Sep-04 8:16
Steven Campbell1-Sep-04 8:16 
GeneralRe: Create XML Document Pin
DavidNohejl29-Sep-04 12:15
DavidNohejl29-Sep-04 12:15 
QuestionPull data from external file? Pin
Glisson30-Aug-04 12:22
Glisson30-Aug-04 12:22 
GeneralGDI+ question: image jitter when resizing Pin
DivideByNought30-Aug-04 10:29
DivideByNought30-Aug-04 10:29 
GeneralRe: GDI+ question: image jitter when resizing Pin
DivideByNought1-Sep-04 7:59
DivideByNought1-Sep-04 7:59 
GeneralDLL dependency Pin
goldoche30-Aug-04 8:37
goldoche30-Aug-04 8:37 
GeneralRe: DLL dependency Pin
Steven Campbell30-Aug-04 9:05
Steven Campbell30-Aug-04 9:05 
GeneralC# logging utility for Compact Framework Pin
sbasheer30-Aug-04 4:21
sbasheer30-Aug-04 4:21 
GeneralRe: C# logging utility for Compact Framework Pin
Steven Campbell1-Sep-04 8:19
Steven Campbell1-Sep-04 8:19 
GeneralMicrosoft.WindowsCE.Forms Pin
pat27088129-Aug-04 22:23
pat27088129-Aug-04 22:23 

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.