Omgili - forum search, search forums  
  

Discussions about converting

Displaying 1 - 10 out of 345,452 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Is there anything I should know before converting a large C++ program from VS2005 to VS2008?
Started by on , 8 posts by 8 people.  
The....
I just loaded the project and let VS2008 convert, the projects convert just fine.
Is there a difference in the syntax that you can't just simply recompile? VS will convert the .sln, which I hadn't touched in 10 years to VS2008.
Hello, Can any one of you help me in converting an windows dll file in a .so file.
Started by on , 4 posts by 4 people.  
Edit: Here is yet another link that can help guide you ... .
This may help you get started, after ensuring the code is indeed portable .
You might try re-compiling the source code to the dll to a shared object .
You need to recompile again into an .so file.
Hi, I am writing some XML data to the stringwriter. I want to pass the values in the stringwriter to the database but when I convert it to a string like StringWriter.GetStringBuilder().ToString() it is converting all the " (double quotes) to \" So when...
Started by on , 3 posts by 3 people.  
I suggest you log the string somehow - then you'll see the real data, and my guess is that it... .
That will show the escaped form, but the quotes won't actually be in the string if they shouldn't be .
I strongly suspect that you're looking at the debugger.
Ask your Facebook Friends
How do I get what the digits of a number are in C++ without converting it to strings or character arrays?
Started by on , 9 posts by 9 people.  
Painful....
In pseudocode lsd = number mod 10 number = number div 10 next lsd = number mod 10 number = number div 10 etc.. .
Use a sequence of mod 10 and div 10 operations (whatever the syntax is in C++) to assign the digits one at a time to other variables .
I'm converting existing database driven application from D7 to D2009, therefore I won't be able to use dxGrids anymore. Is there any automatic way to convert dxGrid components to cxGrids? If not, what would you suggest me in order to gain time converting...
Started by on , 3 posts by 3 people.  
Perform the following steps to convert your current project: 1) Install both versions of the ExpressQuantumGrid (v3 and v6) for Delphi6; 2) Convert your old grid's layout to the latest product version (please refer to the "Converting....
Best practice when converting DataColumn values to an array of strings? [Edit] All values for certain DataColumn for all DataTable rows to be converted to an array of string?
Started by on , 3 posts by 3 people.  
DataRow.ItemArray Property - http://msdn.microsoft.com/en-us/library/system.data.datarow.itemarray.aspx Also, which version are you using? You should check out the DataTableExtensions class - http://msdn.microsoft.com/en-us/library/system.data.datatableextensions... .
Anyone with pointers to a tool/utility for converting unmanaged c++ to c#? I have tried the http://www.pinvoke.net/ site but I cant find reference to this API AddUsersToEncryptedFile on this question .
Started by on , 5 posts by 5 people.  
By one piece at a time - ideally....
You can then begin to port to C# in a more controlled manor (ie .
To convert each construction (problematic or not) into equivalent C# code, a means to encode those converting the unmanaged C++ code to C++/CLI.
Is there any Windows commandline tool for converting MP3 to AIF and back? (AIF, the standard format of iTunes(and most Apple products)) Thanks in advance.
Started by on , 3 posts by 3 people.  
You could use it to convert AIFF to MP3.
VLC has a fairly powerful command line interface.
I was wonding if there was an alternative to itoa() for converting an integer to a string because when I run it in visual Studio I get warnings, and when I compile my program under Linux, it won't even compile. Thanks, tomek
Started by on , 12 posts by 12 people.  
To stop a buffer overflow from occuring (where the number you're converting doesn't fit the size/2006/08/30/c-convert-int-to-string/ Most of the above suggestions technically aren't C++, they're C the whole time is to find the best solution....
What is the process of converting win32 application (a small popup window actually) to win7 gadget? Do I need to convert my exe to activex component, can I still use TForm ? it would be nice to have support for both Win7 + Vista.
Started by on , 3 posts by 3 people.  
You can useful) Delphi and Active Forms Converting a standard Delphi Form to an ActiveForm Gadgets.
To use your win32 application into a gadget is convert the application to a Activex Control.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
Related Searches
Converter    convert neogeo    Convert XtoDVD    CONVERT TO CNG    convert evo    convert to Judaism    wvc1 convert    convert gas    convert gas motor to cng cost to convert    convert to alac with foobar2000   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost