hello all, i am an embedded systems student from india. i am planning to develope an OS for mobile devices?. if u have any suggestions plz give me. and what r the things that i need to keep in mind while developing the OS for Mobile Devices. Thanking u. ComputerNewton
NewtonOfComputers
Posts
-
how can i develope -
what is LValue error?.hello all, what is lvalue error?. is there Rvalue error too?. if yes plz give me some explanation about these 2 error types. Thanking u all. ComputerNewton
-
what is .lnk file??when i am writing few assembly language programs, after assembling i found .lnk and .obj files. what the .lnk files hold and how they r built?. why there is change in opcodes of the instructions?. Example for Mov 70h,#29h the opcode there is 757029 but for mov r1,#20h. it is giving some other opcodes. why there is a change in this?. ComputerNewton
-
is it easy to migrate from 8bit controllers to 16bit and 16 to 32 bit and so onhello all, at present i am getting training on 8 bit controllers. but my doubt is that am i easily migrate to 16,32 and 64 bit controllers, with out having assistance. Thanking u. ComputerNewton
-
Cross platform GUIhello all, how shall i design Cross Platform GUI. What r the languages we use to desing it. At present we are using C and C++. Is it posssible to desing?. if yes, how shall i do that?. ComputerNewton
-
how shall i design Remote Administrtion applicationi mean i would like design an application such that i can get full control of it from another system. such that i can open any file or shutdown. just check www.radmin.com i am planning to develope the application like this . ComputerNewton
-
how shall i design a TSR applicationhello all, how shall i make my application, memory residant. I mean how shall i design Terminate and Stay Residant application using VisualBasic. ComputerNewton
-
how shall i send the picture information across the networkhello all, how shall i send picture information across the network using Winsock in VisualBasic. And one more thing is that how shal i convert the BMP file to JPEG/GIF and PNG in VisualBasic. ComputerNewton
-
how shall i design Remote Administrtion applicationhello all, how shall i design the Remote Administration Application in VisualBasic. ComputerNewton
-
how do i make my application to receive the windows messageshello all, here i am designing an SDI Doc/View application. Instead CView i had used the CFormView to display my dialog inthe view. As given in the MSDN, i had followed a procedure to change that dialog in the view dynamically. But the problem is that the newly displayed dialog is not responding for various events(WM_COMMAND,...). How shall i make it to work properly. ComputerNewton
-
How do i create .chm files in VC++hello all, how i create compiled html files (*.chm) from VC++?.. is it possible to do so. ComputerNewton
-
bmp and jpgThere is no direct method to do it in VC++. U can easily do it using GDI+. Instead that if u want to do it in VC++ itself, then go for Intel Graphics Library. Add it to ur project. This is one of the way we have to do that. http://developer.intel.com/software/products/perflib/ijl/ and u can check this in CP also http://www.codeproject.com/bitmap/CXImage.asp#options and other freeimage libraries can be helpfull to u. ComputerNewton
-
how shall i do serialize from dialogshello all, how shall i do serialize from dialogs?. and how shall i use them?. ComputerNewton
-
Image Conversionhello all, how shall i convert the Compressed Bmp file into PNG format??. Are there any libraries available to do so??. ComputerNewton
-
how shall i create a key in registryThank u very much for ur help. But it is in ATL. i dont want to use this in ATL. once again thanks a lot. b'coz of ur reply i got an idea and i did it in SDK mixed with MFC to get my requirement. Once again thank u very much. ComputerNewton
-
how shall i create a key in registryhello all, how shall i create a entry in registry using VC++. i mean i need to add a key such that my application name shouldnt appear there. i mean there is an entry named "Extensions" in the registry and i need to create an entry {"Demo App"} in that. and then i need to add entries in the newly created. but the problem with SetRegistryKey() is that it is creating the application name too. but i dont need it. how shall i do so. ComputerNewton
-
How shall i use the DLLHello all, How shall i use a DLL which is created using WTL & ATL in general MFC applications. Is it possible to do so?. ComputerNewton
-
how shall i add a button to IE toolbar using VC++(programmatically)how shall i add a button to IE toolbar using VC++. as givent in the following link. http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp plz help me.. ComputerNewton
-
Is there any API available for this.....hello all, Is there any Win32 API avaliable to add a new button to IE toolbar. And i had previously checked the Codeprojects' WTL Toolbands and deskbands. if there is any api plz say. it will be greatfull. Thank u. ComputerNewton
-
is there any problem in my procedure......hello all, As i had searched to add a button to IE toolbar i got some manual in MSDN, which has done through registry. I did the same as said. But i didnt get it for my button. What is the probelm there?. Here is the link... http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/ext/tutorials/button.asp Plz check my problem there. or can any one say me the procedure that was given there once plz. ComputerNewton