高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】winbitmap.gs
winbitmap.gs
winbitmap.gs
hi,
reading documentation, looking in odamfcapp example code, i noticed that i need to use winbitmap extension.
i'd like to know which project i can load in my application (vc2003 enviroment) to be able to debug the extension and understand how it works.
thank you in advance
walter
myzhar
# 6th february 2006, 03:52 am
moderator join date: mar 2002
posts: 2,994
\projectfiles/win32/msvc2003/extensions/winbitmap
or
\projectfiles/win32/msvc2003/extensions/winbitmap_dll
sergey slezkin
sslezkin
# 6th february 2006, 04:25 am
registered user join date: feb 2006
location: pisa
posts: 69
ok, library included in project
now i have a few unresolved external (34!) for odamfcapp in "relead with debug info" configuration:
- odamfcapp error lnk2001: unresolved external symbol "class odrxmodule ....
- odamfcapp error lnk2001: unresolved external symbol "public: virtual bool __thiscall od2dexportview
- odamfcapp error lnk2019: unresolved external symbol "void __cdecl export3ddwf
- odamfcapp error lnk2019: unresolved external symbol "void __cdecl exportdwf
i tried to add "dd_vc2003md_gs.lib" like i read in a past thread for vc6, but it did not solved problem for odrxmodule......
i think i'm missing 3 libs... do you know wich?
myzhar
none
? | ?
thread tools
display modes
linear mode
search this thread
rate this thread
excellent
good
average
bad
terrible
posting rules
you may post new threads
you may post replies
you may post attachments
you may edit your posts
is on
are on
code is off
html code is off
forum jump
user control panel private messages subscriptions who's online search forums forums home general topics news questions and remarks business issues industry commentary general software issues documentation issues future directions dwg libraries dwgdirect.net dwgdirect, c++ version dwgdirectx, activex version adtdirect/c3ddirect opendwg toolkit/viewkit dgn libraries dgndirect, c++ version (2.x+) dgndirect libraries (legacy 0.99xx)
all times are gmt -7. the time now is 11:36 pmfff">.
- - -
copyright ?2000 - 2009, jelsoft enterprises ltd.
copyright 1998-2008 open design alliance inc.
\projectfiles/win32/msvc2003/extensions/winbitmap
or
\projectfiles/win32/msvc2003/extensions/winbitmap_dll
sergey slezkin
ok, library included in project
now i have a few unresolved external (34!) for odamfcapp in "relead with debug info" configuration:
- odamfcapp error lnk2001: unresolved external symbol "class odrxmodule ....
- odamfcapp error lnk2001: unresolved external symbol "public: virtual bool __thiscall od2dexportview
- odamfcapp error lnk2019: unresolved external symbol "void __cdecl export3ddwf
- odamfcapp error lnk2019: unresolved external symbol "void __cdecl exportdwf
i tried to add "dd_vc2003md_gs.lib" like i read in a past thread for vc6, but it did not solved problem for odrxmodule......
i think i'm missing 3 libs... do you know wich?
|