VisualStudio2008 Express C++/CLI The variable '<variable name>' is either undeclared or was never assigned
15 views
Skip to first unread message
momonga
unread,
Aug 15, 2011, 7:29:15 PM8/15/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi i'm working on VisualStudio2008 Express, writing a windows form application in c++/cli. the problem is, when i change build option from /clr:pure to /clr, the designer comes to show the following error message when i open the form1.
"The variable '<variable name>' is either undeclared or was never assigned"
the reason why i changed the option is that i needed a dll which exports functions whos calling convention is declspec(dllimport). please help me.