I was able to do a
makmake helloworld vc6
(do that in the directory where you have bld.inf and helloworld.mmp file)
then open the DSW file in either VC++6.0 or VS.NET (it converts it)
however, the helloworld I copied was from SDK 2.1 and may be relies on some stuff that SDK doesn't have, since I am getting these link errors:
HELLOWORLD_APPUI.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD_APPVIEW.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD_MAIN.obj : error LNK2001: unresolved external symbol ___CxxFrameHandler
HELLOWORLD_APPUI.obj : error LNK2001: unresolved external symbol __except_list
HELLOWORLD_APPVIEW.obj : error LNK2001: unresolved external symbol __except_list
HELLOWORLD_MAIN.obj : error LNK2001: unresolved external symbol __except_list
does anyone know how to get these resolved, or where to find examples for 1.2 that build?