Page 1 of 1

wxVisualIntegration - Project Wizard Visual Studio.Net 2003

Posted: Sat Dec 03, 2005 4:38 pm
by priyank_bolia
A new release which is much more stable and have new features is available. It created code is still bad, but it can quickly generate all the necessary settings, with few mouse click, and thats the plus point. For newbie or for experienced developer to quickly test some code posted on this forum, it helps a lot AFAIK.
LINK:
http://www.priyank.co.in/

Posted: Mon Dec 19, 2005 5:31 pm
by priyank_bolia
A new version of wxVisualIntegration is available at:
http://www.priyank.co.in/

NOTE: To work wxFormBuilder properly, right click the fbp file in the solution explorer and click "open with..." and select "wxFormBuilder.exe" in the list box and click "Set as Default" button.

Posted: Tue Jan 03, 2006 9:56 pm
by emarti
Hi,
Are you releasing it for VC++ 2005 Express?

:cry: :?:

Posted: Wed Jan 04, 2006 6:13 am
by priyank_bolia
emarti wrote:Hi,
Are you releasing it for VC++ 2005 Express?

:cry: :?:
You missed the show, its already released:
http://forums.wxwidgets.org/viewtopic.php?t=5675

Posted: Fri Jan 06, 2006 12:11 am
by emarti
You're right! Thank you. I am connecting link... Bye.

missing some properties...

Posted: Wed Jan 11, 2006 8:45 am
by fantaz
Hi there,
i've downloaded your app, but seems to me that you're missing some properties.
In C/C++|General|Additional... - ($WXDIR)/lib/vc_lib/msw(d) - depending on debug or release conf
In Linker|General|Additional... - ($WXDIR)/lib/vc_lib - depending on debug or release conf
In Linker|Input|Additional.... - wx libs list, depending on user's needs and on debug or release conf
Maybe it could be ok to scan for ($WXDIR)/lib/vc_lib dir to see what libs exist, and then put them in the list control, select default ones and let user decide if (s)he wants to add some more libs that are already there.

Re: missing some properties...

Posted: Wed Jan 11, 2006 4:21 pm
by priyank_bolia
fantaz wrote:Hi there,
i've downloaded your app, but seems to me that you're missing some properties.
In C/C++|General|Additional... - ($WXDIR)/lib/vc_lib/msw(d) - depending on debug or release conf
In Linker|General|Additional... - ($WXDIR)/lib/vc_lib - depending on debug or release conf
In Linker|Input|Additional.... - wx libs list, depending on user's needs and on debug or release conf
Maybe it could be ok to scan for ($WXDIR)/lib/vc_lib dir to see what libs exist, and then put them in the list control, select default ones and let user decide if (s)he wants to add some more libs that are already there.
It clearly does that for
a: $(WXDIR)\include";"$(WXDIR)\lib\vc_lib\msw(d)";"$(WXDIR)\contrib\include"
b: "$(WXDIR)\lib"; "$(WXDIR)\lib\vc_lib"
c:wxbase26(d)_net.lib wxmsw26(d)_core.lib wxmsw26(d)_adv.lib wxbase26(d).lib wxtiff(d).lib wxjpeg(d).lib wxpng(d).lib wxzlib(d).lib wxregex(d).lib wxexpat(d).lib winmm.lib comctl32.lib rpcrt4.lib wsock32.lib oleacc.lib odbc32.lib

If its not working for you, please provide complete environment details and make sure you haev the latest version. I guess you are not using English based window system and VC++ 2003.NET There are some problems reported on another systems, and I don't have the budget to test on non EN systems.

Posted: Thu Jan 12, 2006 8:06 am
by fantaz
hi there,
i've downloaded wxvisualintegration yesterday through http://www.priyank.in/wxWidgets/wxVisualIntegration/ , so i guess i have the latest version. Furthermore, i'm using cvs wxwidgets 2.6.0. I'm not sure what u mean by english based window system. My version of windoss is english(at lest all text is), while only locale is set to non english. Also i'd like to point out that i've made a mistake about C/C++|General|Additional props . It's exactly as u wrote in reply. However linker options are not right.

Posted: Thu Jan 12, 2006 8:52 am
by priyank_bolia
fantaz wrote:hi there,
i've downloaded wxvisualintegration yesterday through http://www.priyank.in/wxWidgets/wxVisualIntegration/ , so i guess i have the latest version. Furthermore, i'm using cvs wxwidgets 2.6.0. I'm not sure what u mean by english based window system. My version of windoss is english(at lest all text is), while only locale is set to non english. Also i'd like to point out that i've made a mistake about C/C++|General|Additional props . It's exactly as u wrote in reply. However linker options are not right.
May be you can set the locale to EN and see if its not working there also, then probably something is wrong. On non-EN locale I can't test due to time and money restrictions.

Posted: Thu Jan 12, 2006 9:13 am
by fantaz
I've set locale to EN and nothing happened. Anyway, i'm used to set the pops by hand, but i thought to myself that it would be a real shame not to use your software. Despite my specific problems, i think that your effort is admirable...

Posted: Thu Jan 12, 2006 9:43 am
by priyank_bolia
fantaz wrote:I've set locale to EN and nothing happened. Anyway, i'm used to set the pops by hand, but i thought to myself that it would be a real shame not to use your software. Despite my specific problems, i think that your effort is admirable...
Sorry that it didn't worked for you, but I can't find the problem as this things never recreate on my PC or of others whom I have the access. So its very hard to debug that. I hope you can understand. Anyway what version of windows and visual studio (Enterprise 2003.NET, etc.) did you use and what was the locale you normally use.