[Q] I can not install C++ IDE in atrix full ubuntu - Atrix 4G General

I want to install C++ programming IDE like anjuta,Codelite,geany,but when I install from synaptic ,at last there is error like following:
libc6-dev_2.9-4ubuntu6_armel.deb:trying overwrite usr/lib/libc.so it belong rootfs
Can anynone help me solve it ? Thanks !

Related

java ???

any one got java platform running or does anyone know where i can download it ???
java is 2 things
full wm (like on pc's)
and midlet mangers (like on real mobilephones)
buzzdev.net have a midlet manager

VB.NET on WM5 How?

Hey all, i develop small applications in visual basic 2008 and i want to know how i can get my applications to run on my i mate k jam, if i just put the app on and try and run it i get a really long error message which is:
File or assembly name
'Microsoft.VisualBasic, Version= 8.0.0.0
Culture=neutral
PublicKeyToken=B03F5F7F11D50A3A
Or one of its dependencies, was not found
and then when i close the appliction i get this error
NET CF Initialization Error
The application failed to load the required componants if the .NET compact framework is installed on the storage card, please ensure that this card is in place and launch the application again. if this fails, a re-installation of the .NET compact framework is recommended. Support info: 2147483643
(80000005)
Any help would be great thanks !
Have you already installed the .NET compact frameworks:
3.5: http://www.microsoft.com/downloads/...49-3c6b-42f1-9fd9-0041345b3385&DisplayLang=en
and
2.0: http://www.microsoft.com/downloads/...2F-07B5-4A8C-8A44-B4E1B196D5C0&displaylang=en
(I think VS2008 may only require 3.5, but it's probably better to install both)
and the SDK refresh
http://www.microsoft.com/downloads/...3A-A651-4745-88EF-3D48091A390B&displaylang=en?
Ok thanks for the advise i will try that and then post back with the results

Compile applications in Basic4PPC?

Hi. I recently started using Basic4PPC and I think its really fun. Im making a small lock application now, But I need help. I dont know how to compile my applications and make them into EXE files.
When I save an application it saves as a Basic4PPC project, Not an EXE file.
Please, Help
I know that Basic4PPC has very active forums, so you might have better luck posting your question there.
http://www.basic4ppc.com/forum/index.php
It doesen't say how to compile on they're forums
as far as I know you compile programs on a desktop pc, when you download basic4ppc it comes with one installer for your device and another for your desktop. i've been using it too and remote to my pc to compile
this is a question for the B4PPC forum, not here...
Also you need to purchase the application before you can make exe files
in the desktop IDE go to file>compile> and select the destination device
ppc/desktop
If you're using the trial, you can't compile. You need to buy it to be able to compile
Closing the thread
Thanks for your help. Im gonna buy the full version of Basic4ppc now and hope it works
compile
so where you ever able to make it work?

Little question for C++ programming

Hello my friends,
I need to write a C/C++ apps very simple for windows mobile.
My apps won't have GUI and no console, it's just an apps in order to make some traitments on files.
So my question is, what kind of projet i need to select on Visual Studio 2008, because in Smart device, there is no "application console".
Is possible to just write a cpp file on configure the compilator in order to setting my programm for Windows Mobile device ?
Thanks a lot ,
regards,
Nixeus
Select a Mobile Project, under C++, then select Win32 project. It will start a wizard. in the wizard, select Console App.
That should do it [I use VS 2008, but that should be the same for all of them...]
Okkk
Thanks a lot
regards,
Nixeus

[Q] How to trace C# code in Windows Mobile 6.5

Hi All,
I am using VS2008 to write C# codes for a Windows Mobile 6.5 device. I know that Trace.WriteLine could be used to trace a program for a non Windows Mobile project However, when I try to use Trace.WriteLine in a Windows Mobile 6 project, I receive the following compilation error :
CS0117: 'System.Diagnostics.Trace' does not contain a definition for 'WriteLine'
I find that if I use Debug.WriteLine, then the mobile project compiles OK. But due to some technical issues I have to stick to the "release" build in this mean time. Does anyone know of other ways to trace a C# program in a windows mobile project, i.e. write debug messages to the VS2008 output window.
Thanks for any suggestion.
Regards
Lawrence
How to trace C# code in Windows Mobile 6.5
Hi All,
In fact, I have a downloaded opensource VS2008 solution with a C++ DLL project and a C# Application Form project. The C# project calls the DLL created in the C++ project. Both the two projects have a "release" config but the C++ DLL project doesn't have a usable "debug" config. The original opensource solution could be compiled and run OK if both of the two projects are in "release" mode.
However, I want to turn the two projects into "debug" mode and add debug/trace statements (Debug.WriteLine, Trace.WriteLine) in the two projects. For the C# project it is trivial but for the C++ project I find no way to do this. If I turn the C# project in "debug" mode while keeping the C++ project in "release" mode, the solution rebuilds OK but when I deploy the projects into my Windows Mobile 6.5 device, an exception occurs complaining that the "debug" mode DLL (i.e. the DLL with an extra "D" in its name) could not be found.
Does anyone know of an easy way that I could create a "debug" config from the existing "release" config for the C++ project so that I could turn the whole solution into "debug" mode, or could I re-config the "debug" mode C# project so that it could use the "release" mode DLL created in the "release" mode C++ project ?
I am sorry if I have asked a too naive or too hard question as I am mainly using Java and am new to the VS2008 C++/C# environment.
Thanks for any suggestion and any pointer/link would be appreciated.
Regards
Lawrence

Categories

Resources