saud.a.k's Q&A profile
Visual C++ error LNK2019: unresolved external symbol _wWinMain@16 referenced in function _wWinMainCRTStartup
I am getting the following error: error LNK2019: unresolved external symbol _wWinMain@16 referenced in function _wWinMainCRTStartup I am building a .NET application (not console). I am using Unicode and I did change the entry point in project settings to wWinMainCRTStartup. Can anyone suggest what might be wrong Thanks, Michael The entrypoint for a CLR console app is _CorExeMain@0. If you need to set this to make your project link/execute properly, you probably started with the wrong project template. You might have some other problems, better redo the project... ...Show All
Audio and Video Development Question about percents in HDiSim
Hello All, This problem prevents my transfer to HDiSim v0.2. I use percent values in my XMU file. For example: ... <body xml:base=" file:///dvddisc/ADV_OBJ/ "> <div style:position="absolute" style:x="0%" style:y="0%" style:width="100%" style:height="100%" style:display="auto"> ... In HDiSim v0.1 all percents from XMU file are stored as percents in JavaScript DOM objects, but in v0.2 all precent are converting to pixels when I run my application. In specification for style:height (7.6.3.3.2.28) I see link to XSL specification. In this spec I see that I can use percents. But I can't find in HD-DVD spec information about percent valu ...Show All
Smart Device Development Problem Running emulator with eVC++ 4.0 sp4
hi professionals i've installed embedded visual c++ 4.0 sp4 and i've written a sample application which shows a message box on the screen. i'm working under x86 with standard sdk 5. when i run the application, windows CE emulator pop ups and it started to connect to device. although i have no physical device, it kept trying to connect to device and after 90 seconds it shows me an error message "Timeout:failed to download files". why windows CE emulator doesnt run my application what should i do Sorry this forum is dedicated to discussions related to Device Emulator shipped with Visual Studio 2005, WinCE 6.0. eVC emulator is different for which you might want to send message at micrso ...Show All
Visual Basic Finding Icon Path of a shortcut
How can I find the icon path of an existing shortcut on my desktop what do you mean by icon path you can view the shortcut details....using WSHruntime: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=788111&SiteID=1 ...Show All
Visual C# How to execute exe file from my built exe file?
Hello, And thanks for all people who will help me, I have two files, Crypt.exe and DeCrypt.exe, they are console type application. It would be better if I know the crypt/decryot codes, but I don`t know, this is my problem. So, I would like to put those two exes inside my project and execute them from there... It works like this: DeCrypt.exe data.txt and it makes file in directory where it was executed. But how I can do this inside the progam I don`t want that user could see windows when one those exes is working, and couldn`t get those two exes... hi., I assume your Crypt.exe is .net one. If it is, I hope it will work. If it's not, I have no idea how to point the entry of Crypt.exe. here it is: ...Show All
Visual Studio Express Editions process kill
Hi guys can you help me out here if I do a Process.Start( "c:\program files\super mp3\smrpro.exe" ) smrpro opens in the middle of my form........ how do I reposition it, or dock it....and how do I kill it Process.GetCurrentProcess.Kill()......just kills my project any help please cheyenne Cheyenne, I don't think I have your big picture. What are you trying to do It sounds like you have two processes and you have a desired functional interrelationship. I have no idea what that is..... ...Show All
SharePoint Products and Technologies SHAREPOINT INSTALLATION ERROR
Hi, I tried to install sharepoint 3.0 in win 2k3 sp1 with all Req hardware.While installing the setup files are extracted properly.But when i run the configuration wizard,i encounter an error, Failed To Start database service MSSQL$Microsoft##SSEE.Repair this product by selecting it from theAdd/RemovePrograms menu. At this particular step the installation terminates.... I have tried by 1.Uninstalling all related programs and reinstalling 2. repairing the sharepoint package. 3.Even using regedit to remove the installation files of MSSQl ..... Guys plz provide me a solution coz i got fiddled with this installation.....Suggest me what i have to do . i even tried with command line util ...Show All
Visual Studio Creating Reports using Crystal Reports for ASP.NET
Below codes is for advance ASP.NET developers Steps: (Pleae if you have easer way post it here...) #1 Creat XSD file and add all fields elements as attribute: < xml version ="1.0" encoding ="utf-8" > < xs:schema id ="Intake_DataSet" targetNamespace ="http://tempuri.org/Intake_DataSet.xsd" elementFormDefault ="qualified" attributeFormDefault ="qualified" xmlns ="http://tempuri.org/Intake_DataSet.xsd" xmlns : mstns ="http://tempuri.org/Intake_DataSet.xsd" xmlns : xs ="http://www.w3.org/2001/XMLSchema" xmlns : msdata ="urn:schemas-microsoft-com:xml-msdata"> < xs:element name ="InvoiceDataSet" msdata : IsDataSet ="true"> < xs:complexType > < xs:choice m ...Show All
Smart Device Development DataGrid and its grid lines
Hello everyone, Is there a way to have a datagrid that does not display the grid lines I mean lines between cells. If so how would I go about accomplishing that Thanks for any reply. Cheers! You can use the ListView instead. And if you want databinding take a look at my blog: http://blog.opennetcf.org/ayakhnin/CommentView.aspx guid=e2e7f6d3-c356-473f-87d2-127fb54ec531 ...Show All
Visual Basic Image / Video Recognition for Robotics Application
I'm creating something that requires image and video recognition. Imagine that I have an object in the front of my camera and it needs to identify it's location so that the computer will know what to do. Is there an API for this or a third party software that can be integrated to my application. I'm using Visual Basic 2005 (.net 2.0). Please help me out! I've used cameras and firmware from DVT Vision Systems before. It worked okay. I'd strongly recommend you do not try to make this work yourself, the firmware programming required to recognize objects is quite obtuse. Work with one of their system integrators, expect to spend beaucoup bucks. ...Show All
SQL Server metadata services for analysis services
Hi, I was wondering if anyone can tell me what options do I have to browse metadata for a cube built on Analysis services 2005. We would not like to buy a new thrid aprty tool for this. Does sql server 2005/ analysis services 2005 have a inbuilt option to view the metadata Thanks in advance. Try running an AMOBrowser sample applicaiton. You should be able to see all Analysis Services metadata. Another point here is: In version 2005 Analysis Services metadata is in XML format and it is easily obtainable. Go to the SQL Management studio, right click on any object and you can create a script containing metadata definition of the object. You can parce the XML yourself and manipulate it the way you want. Hope that helps. E ...Show All
Windows Forms Hide Columns Using DataSet
Once the dataSet is binded to the datagrid...how would i go about showing only certain columns like this.dataset.Table.Coulmns.ColumnName = "SomeColmn".Hide....or how would i do that this ._dsItemRates.Tables[0].Columns[0].ColumnMapping = MappingType.Hidden; this is what got my column hidden thanks!! ...Show All
Visual Studio Tools for Office Outlook Appointment Schedule
Hello, this is my first post here. I am trying to create a custom appointment scheduling windows application using VB.net that is setup like the appointment scheduling in outlook. Is there a control that I can use that will help me, or can anyone offer me any advice as to how to achieve this Basically, the main aspect of the outlook appointment scheduler I can't seem to figure out how to set up is getting the day view like the one in outlook. Any help would be greatly appreciated. Thanks in advance for any help which you can provide me. Dynamic_Array, If the appointment scheduling application will interface with outlook calendars, then I would strongly (strongly) urge you to create the application as an ...Show All
Visual Studio 2008 (Pre-release) Any plans for 3D in WPF/E?
Hi, does anyone know if there are plans to support any 3D at all in the release of WPF/E I have read conflicting info about this. I know it is a cut down version of the WPF framework, but to sacrifice all 3D would be such a shame! Cheers "soon": http://blogs.msdn.com/jstegman/archive/2006/11/12/checking-in.aspx - Doug ...Show All
Visual Studio An Addition to the Tips? - Error 1406
A quick tip for people having problems installing Visual Studio (I'm not sure which versions this applies to, but Pro in particular...) If you are getting Error 1406, particularly if it mentions keys that began CLSID, make sure you do not have Zone Alarm Pro running, as it seems to prevent access to the CLSID key in the registry. Right-clicking and selected Shut Down Zone Alarm is sufficient (or was for me) and then the setup should install fine by clicking retry on the error message. I hope this helps someone, this was a problem that took me a few hours to workout . you should have also read this ;-): http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=778624&SiteID=1 its stated to disable ...Show All
