Microsoft Visual C++ 2010 Redistributable for own c++

Questions about Wine on Linux
Locked
winenewby
Newbie
Newbie
Posts: 1
Joined: Fri Nov 09, 2012 5:19 am

Microsoft Visual C++ 2010 Redistributable for own c++

Post by winenewby »

Hello guys,

Im really enjoying all the great features of wine! First of all thanks for that.

My question:
I have programmed a simple software in c++ in the compilrer Microsoft Visual Studio 2010 on a Winodws 7 and used some Bluetooth Librarys of WinApi for my application . So on. I have also compiled it and carried the release files (with exe) to my newest ubuntu version. Now I try to start my application with wine, but nothing happens! No error and no starting. Maybe I have to install the Microsoft Visual C++ 2010 Redistributable ? How can I do that? There is no option by winetricks. Can sombody help me please?

Kind regards
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: Microsoft Visual C++ 2010 Redistributable for own c++

Post by DanKegel »

Probably something simple.

How are you starting the app? Commandline, or by clicking on it? If you're just clicking on it,
try starting it from the commandline so you can see the log.
http://wiki.winehq.org/FAQ#get_log

What version of Wine?

Or if you post the app, we could check.
Locked