0
votes
1answer
29 views
VS2008: No option to convert Win32 C++ project to x64?
I am running VS Team System 2008 on WinXP. I make a new Win32 C++ project (Empty project). I go to Build Configuration to add a configuration for x64.
The only options I have are:
- Pocket PC 2003 …
1
vote
3answers
82 views
Convert integer into byte array (Java)
Hi,
since Java doesn't provide a default way to do this,
what's a fast way to convert an Integer into a Byte Array?
e.g. 0xAABBCCDD => {AA, BB, CC, DD}
-1
votes
1answer
21 views
Migrant from VS 2003 .Net1.1 to VS 2008 .Net 2.0
Hi
I converted my app that was implemented in VS 2003 to .net 2.0 VS 2008
afterward my app became slow about 4 times than previous version!
is it normal or not ?
Best regards
1
vote
1answer
46 views
What strategy should be used for converting real world measurements to WPF units?
We have an application that will be reading real world dimensions from the DB in milimetres, these values will then be presented to the user in WPF. Currently I'm using the following strategy when …
1
vote
2answers
31 views
Where to put the converter functionality?
The question is pretty simple actually. I have a module in my system containing classes that describe some measurement results. I also have a module containing classes used for a visualization. These …
1
vote
2answers
18 views
Sybase: converting string to datetime
How would you convert a string like '2008-01-01 11:09:11' to a datetime ?
The string is from outside of Sybase and I want to know how to insert it as a datetime
1
vote
0answers
17 views
How can I convert all my slides in Power Point into .jpg pictures? [closed]
i used to know hot to do it, but I forgot. How can I convert all my slides in Power Point into .jpg pictures?
1
vote
5answers
1k views
Android Convert Video To MP4
I have a Android app. It recieves videos in .flv format which is unplayable by the Android phone. I was wondering how to convert the file to MP4. I could use FFMPEG, but I do not know how I would get …
1
vote
1answer
14 views
GSEventSetBacklightLevel from a plist value iPhone
I'm trying to set the backlight display from a plist value, but I keep getting an error! So I guess my question is how can I convert a plist value to a float value so I can set the backlight form the …
0
votes
3answers
33 views
How can I convert flv file to a mp3 file by using php?
How can I convert flv file to a mp3 file by using php?
0
votes
1answer
19 views
WPF reading Style from ResourceDictionary to Control in C# code
I have code looks like below:
ResourceDictionary res = (ResourceDictionary)Application.LoadComponent(new Uri("Style.xaml", UriKind.Relative));
Style style = new Style();
style.Resources = …
0
votes
2answers
52 views
Convert PDF pages to images with COCOA
Hi,
I am having problem with PDF conversion to images. I would like to create an image file for every page in PDF document.
This is the code I am using and works fine. Every page gets converted into …
0
votes
1answer
77 views
Cisco IOS “show conf” to XML?
Is there either:
A freely available program that can convert the output of a Cisco's "show conf" to some sensible XML, like this (probably not very sensible) block form:
Is there either:
A freely …
1
vote
4answers
127 views
Spell a number in .NET [closed]
Possible Duplicate:
C# Convert Integers into Written Numbers
Hello,
I'm sure this question is already somewhere on this site but couldn't find it, I also know I could 'roll-my-own' but …
1
vote
3answers
89 views
SQL scheme conversion script for MySQL, PostgreSQL, SQLite …
I’m looking for a script that allows me to define my database relations in a simple model file and have the possibility to convert this scheme definition to the explicit formats for MySQL, PostgreSQL …
