Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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
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.

thanks.

0 new messages