Valhalla Legends Forums Archive | General Programming | Question about Syslink control

AuthorMessageTime
drake
I am still a little newbish when it comes to windows API programming with C++ (not the language C++ or C) and when I try to add a custom object in the .NET edition of VC++ through the resource editor, and then name it's class Syslink, I get a warning when compiling and then the dialog fails when I try to load it in my application.

I just want to link my homepage in the about dialog of mine :-/
August 2, 2003, 6:51 AM
Adron
Which warning is it that you get?
August 2, 2003, 10:29 AM
drake
LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification

I tend to get this warning when sometimes with different controls that do work so I don't know if this warning has anything to do with it. I was kind of hoping someone would know what causes a Syslink to fail. Its kind of strange though. According to MSDN, you put the class name in and the properties refresh to that of a Syslink property but that isn't happening in my case.
August 2, 2003, 4:52 PM

Search