Answer Questions
Shamus Xu How is cl.exe provided? Where should one get it from?
By reading the information on MSDN site I got the feeling that Platform SDK can be used as stand alone platform to compile and link programs. I am old UNIX programmer migrating to Windows, so I wanted to start with command line approach. I never used IDE’s (I planned to learn them later). But it seems that I have misunderstood something. For example, cl.exe is completely missing in the Platform SDK. I have seen that some cl.exe are d ...Show All
Reuben Parent Child Communication
Helloooo.! I want to know how we can do parent child communication in our application. I am using Visual Studio 2005 express edition. If anyone have reading material no it plzzz send me toooo Thankyou oooppppss! this: frm.FormClosing += new FormClosingEventHandler(CheckChild); ...Show All
Richard Ames error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
I have already walk through every detail described in this forum but i find this problem keep jumping out in front of me I have installed psdk-x86.exe added corewin_express.vsprops additional dependencies : kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advap ...Show All
bryanchardy Databases!!!
Hello, I have a problem trying to connect to an Access Database, the problem is that I want to make a working project without thecontrols, I only need the source code to do that. I would like to know about working with databases without using the bindingnavigator, how can i do that. I don't know, please help!!!:D //I have to go one by one comparing the strings No, that would be the slow way to do it. Dim ...Show All
Doug M Problem Installing Beta 2
Was using Web Developer Express Beta 1 successfully on Window 2003 Server. I uninstall all of beta 1 as according to install instructions and installed Beta 2. When I run Beta 2 I get the following error message... "Package 'Visual Studio Common IDE Package' has failed to load properly (GUID={6E87CFAD-6C05-4ADF-9CD7-387943875B7C)}. Please contact package vendor for assistance. Aplication restart is recommened, due to possible environment c ...Show All
TheQuasar post asp.net in the net or microsoft Internet Explorer
Hi everyone I am kind of new in asp.net. please can you help me with this if I have a page or a web cite build by using asp.net. or an asp page in my visual studio, how can I put to the enternet... my quesion is how can see my page with out using visual studio run and debuging tools.. thank you.. Leader... HI Thanks alot.. do you know if I can host My asp web application in Geo City. Thanks also I wanna know h ...Show All
Ramrajprabu Balasubramanian i cant install visual web develop 2005 express
i cannot install the software that i download. the mesaage is telling there is an error during instalation. i got download the uninstall beta to clear all the visual studio 2005 and server 2005. it was success. Is it got anyway to solve my problem I would make sure that your OS is uptodate on Windows Update, making sure that you install the .Net framework 2.0 runtime. I find that sometimes this get ...Show All
Mark John running the Personal Web Site Starter Kit
I created a Webpage using the Personal Web Site Starter Kit that comes with My Web Developers Tools. I know... I know... This guy must be a "green horn" since he is doing all that introduction stuff! Well, yes I am. Got to start somewhere! Anyways, I ran the webpage like the instructions said, before I ran the Configurator. Then I ran the Configurator and then tried to setup a user and give him (Me) administration priviledges. Whe ...Show All
kschuler Updating a DataBound DataGridView & Database
Hi, I’m experimenting with (and trying to learn) VB 2005 Express, but I can’t find a way to programmatically enter data into a data bound (bound to Main1database) DataGridView. Basically, I have one edit box on a dialog box with the DataGridView control and a button. The user enters some a sentence into the edit box then clicks the button. The button-click event is supposed to add the sentence to the DataGridView and then update ...Show All
michael watson ID3 algorithem
Hello All, I'd like to ask you if one can support me with a program for ID3 descion tree. thank you razek hi, Can you be more specific in your question whats the language you want to go about how far you have gone through and what part you need help Thank you, Bhanu. ...Show All
Mannfred error 2098
When trying to install visual studio 2005 beta , I got error 2098 saying the file may be corupt and exited the installation. Any suggestions You mentioned beta, the VS2005 are no longer in beta but released. Either you install the free express edition or a trial VS2005 version Thats what I was doing. I was installing Visual Studio free version and got error 2098 saying file was corrupt. I have tried down ...Show All
pavy SQL help
I copied my sql query from access and it looks like this "SELECT CalSTD.[Lab.ID] FROM CalSTD WHERE (((CalSTD.Element)="Al") AND ((CalSTD.[Nominal Conc])="1000"));" My problem is, I can't get this into a string that OleDbDataAdapter likes. I tested this in access so I know there is data returned. My error message is "No value given for one or more required parameters". My string = "select LabID from CalSTD where((Element = Al) and (Normial Conc ...Show All
wserra Linking Error: it wants libboost_regex-vc80-mt-1_33_1.lib but boost installed boost_regex-vc80-mt-1_33_1.lib
Hello, The subject pretty much says it all... here is the error from the builder: Linking... LINK : fatal error LNK1104: cannot open file 'libboost_regex-vc80-mt-1_33_1.lib' I do have boost_regex-vc80-mt-1_33_1.lib, and i tried renaming that to libboost_regex-vc80-mt-1_33_1.lib, and it satifised the linker, but then I recieved this error: PasswordFilterRegEx.obj : error LNK2019: unresolved external symbol "wchar_t * __stdcall ...Show All
ewjonker 2D Arrays
Hi all, I have a slight problem and was wondering if anyone would be able to point me in the right direction. I need to read in a .png image and store each pixel in a 2D array. I hava a function that takes as a parameter the following; void example1( unsigned char **image1, unsigned int width1, unsigned int height1, unsigned char **image2, unsigned int width2, unsigned int height2 ) I also don't really understand what the ** operator is ...Show All
Kevin Cogger Having problem with windows loader lock
I developed onr OCX control. Thix OCX has windows message hook. I am consuming this OCX in a C# application. This C# application also having windows hooks. While closing the C# application i am getting the windows loader lock exception. This exception is originated from the hook of the C# application. How to resolve this problem. Are you getting this only when debugging or also in release build You can disable it if it ...Show All
