Software Development Network Logo
  • SQL Server
  • Windows Vista
  • SharePoint Products
  • .NET Development
  • Visual Studio
  • Audio and Video
  • VS Team System
  • Visual C++
  • Game Technologies
  • IE Development
  • Windows Forms
  • Smart Devicet
  • Visual Basic
  • Microsoft ISV
  • Visual FoxPro

Software Development Network >> Azurewrath's Q&A profile

Azurewrath

Member List

jwin
Arpit Arora
jokohews
venup
Jeff-B
TruePsion
Noel Muhleisen
Liu Hua
AlexBB
Chidu
rternier
ones81
jkeele
SoulSolutions
NR
hye_heena
cvalstonzzz
yhal
MK_India
muntaqi
Only Title

Azurewrath's Q&A profile

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LNK1120: 1 unresolved externals    Build log was saved at "file://c:\Documents and Settings\Justin Pyfrom\My Documents\Visual Studio 2005\Projects\dont know\dont know\Debug\BuildLog.htm" dont know - 2 error(s), 0 warning(s) the hello world code is in a .cpp file format and t ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Programming Exercises

    Anyone care to share a list of some games a beginner might use to progressively up their skills And I already expect to see 300 responses with pong, tetris and breakout so dont even bother with those titles. I'd go with what you like really, think on some of your favourite shows (or even childhood shows, something on good old thundercats would be nice) If you past the beginner phase by now and starting to branch out, scrabble down your thoughts and then work up the one's you feel are best, there are no wrong answers in this game (well so long as you don't count diakatana!) I've seen lots of very different ideas for games so far from CaitlinZimas Butterfly game to a little boat racing game called Fi ...Show All

  • Visual C++ Specify a DefaultValueAttribute for an enumerated type property

    How does one specify a DefaultValueAttribute for a property of an enumerated type None of the constructor for DefaultValueAttribute take a System::Enum as the type of its parameter. The compiler does let me specify an enumerated value for the enumerated type but it must treat this as a System::Object instead. Not sure what the problem is. This compiles successfully enum Types {Type1, Type2}; public ref class Test { Types t; public: [System::ComponentModel::DefaultValue(Type1)] property Types T { Types get() {return t;} void set (Types t_) {t = t_;} } }; ...Show All

  • .NET Development IAsyncResult.IsCompleted returns wrong answer ((

    Hello.. sorry for english I do like this: ------------ ... IAsyncResult result = cmd.BeginExecuteNonQuery(); while (!result.IsCompleted) {//"Progress reporting"} ... cmd.EndExecuteNonQuery(result); ------------ but flag "result.IsCompleted" becomes true not when cmd has finished his work, but after ~5 seconds, and in fact my procedure is still executing. Then, method "EndExecuteNonQuery" synchronously block my program execution until cmd finished his work really, so this method looks like if result.IsCompleted == false how to get true information about complition of execution Allready tried this way: -------------- ... WaitHandle[] handles = new WaitHandle[1]; handles[0] = result.AsyncWaitHandle ...Show All

  • Windows Forms "datagridviewcomboxcell value is not valid" when i want to bind object to datagridviewcell

    Have anybody have idea to solve my problem!! i have a class name clsProductUnit, have 2 properties, Unit and Price. (This Class represent Unit of Product) Assume that "A product have 2 Units" when user select product, i bind 2 objects of clsProductUnit to comboboxcell (I bound by using object, not string) PROBLEM OCCUR when user dropdown and select any Unit from combobox It will show "datagridviewcomboxcell value is not valid" I think problem occur because, grid try to convert my selected value (which .net determine in string to object(clsProductUnit)) PS! In this combobox column, i already set proerpty of "valueType","DisplayMember","ValueMember" ...Show All

  • Smart Device Development visual c++ - smart device - win32 smart device project creation failed

    hello i'm trying to create a win32 smart device project but when i do this, i get the message 'project creation failed' in the status bar in another forum i found a workaround where i was told to open regedit and find the registry entry KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved. there i had to add a new entry: {D245F352-3F45-4516-B1E6-04608DA126CC} but this doesn't work....any ideas tia pezi Can you give more information as what is the build of VS you are using, like VS 2005 RTM or SP1, and What is the SDK that you are using to create the project Are you using IE7 or Vista Thanks, Gangadhar Heralgi ...Show All

  • Software Development for Windows Vista Canceling a burn

    I can't find the documentation on canceling using IMAPIv2. Is it the same as in IMAPIv1 I'm not really using IDiscMasterProgressEvents, so I'm not sure how I'm supposed to implement a QueryCancel() Also, I've seen claims that the cancel is broken on xp sp1/sp2, is it for sure working on Vista Hello foobarX! I can't answer for IMAPIv1 on XP off the top of my head, so if you really need to know, let me know and I'll find the answer for you. However, as for cancelling burns on IMAPIv2, the 'proper' way to do it is to call IDiscFormat2Data::CancelWrite() when you have received an update event from the object. There should not be any problem calling this from another thread a ...Show All

  • .NET Development UnExpected reflaction after Updating a table any one face this .............?

    Hi ADO.net Masters, After updating records in a table it updated sucessfully BUT, when i am looking in the crystal report and listView control for same record, it dose not reflect the changes, it shows the data befor updation. Any on tell me what is the issue for this type of error. actully i have take all these data from the MS Acesses. And i am using .net2003 with Sql Server2000 Please any one faced this type of prob.. pls help me thanks in advance.. i have written the as follows DialogResult btn = MessageBox.Show("Save these Changese ", "Update", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button1); if (btn == DialogResult.Yes) { SqlTransacti ...Show All

  • Visual Studio 2008 (Pre-release) Can we deploy Segoe font with our WPF apps

    So the WPF app I'm working on right now uses Segoe in Vista and looks great. In XP, it uses something else, not sure what to be honest, but it doesn't look nearly as nice. Can we ship the Segoe font with our app so that non-Vista users see the same font we do That is some good information, thanks.  But it still doesn't answer my main question.  Are we allowed to redistribute the Segoe font that comes with Vista as part of our app for people not on Vista   Or does Microsoft plan on making the font available to non-Vista users somehow ...Show All

  • SQL Server Writing huge files from CLR

    Hi Coming straight to the problem - I need to write text files of the size more than 1GB! First thought of doing this with BCP but then fetching data from stored proc was taking too long (more than one hour) and so BCP did not seem to be the right option as we have less flexiblity in terms - handling errors, knowing the status as to what point the writing has been complete etc. Most importantly getting such a huge amount of data did not seem to be a one time job! So I am now thinking about writing a CLR procedure which fetches smaller amount of data at a time and writing to file. Something like - open connection, get data, close connection, write to file and continue in cycles of this till whole file is written. Does this makes sense ...Show All

  • Visual C# Build up a variable name with a string

    Hi, I wonder if there's a way (in c#) to build up a variable name by the concatenation of two strings...For example int intTest = 1; string strTest = "strTest"; string strTest+intTest.toString() = "this is my new var"; Thanks in advance If you're doing the same thing to 16 columns, you just create a function which does it and call it sixteen times. If your grid exposes a collection of columns, you foreach through it calling the function. Yes, there are occasions where macros might enable a shortcut or two, but not enough (IMO) to outweigh the negative aspects like confuddled compiler messages and nightmarish debugging issues. After all, we apparently spend more time debugging than coding... ...Show All

  • Visual C# .Net Intranet Share Security Permissions not working in Vista as they do in XP

    I used to run the command line below so I could run .Net application from an Intranet share. CasPol.exe -cg LocalIntranet_Zone FullTrust This doesn't work in Vista. Anyone have any ideas Under .Net Framework 2.0 Configuration -> My Computer -> Runtime Security Policy -> Enterprise -> Code Groups -> All_Code I had to set the "Permission Set" to "FullTrust". This can be found by right clicking on the All_Code item and selecting the "Permission Set" tab. ...Show All

  • SQL Server SQL Server 2005 SP2 install failed now unable to start

    Ran the SP2 locally on a Windows Server 2003 SP1 box that had SQL Server 2005 SP1 install on it. Problem was I ran out of C: drive and it failed in the middle of upgrading the server. I'm unable to start the SQL Server at all now. Is there any way to back this out Don't think I can reapply any patches since the service is dead. Eventlog now shows: One or more files do not match the primary file of the database. If you are attempting to attach a database, retry the operation with the correct files. If this is an existing database, the file may be corrupted and should be restored from a backup. The log shows it's unable to start SQL (blames it on permisions but it's because SQL can no longer start) Product : Database ...Show All

  • Visual Studio Team System SQL Server Version(s) Support

    It appears that for CTP6 only the Enterprise and Developer editions of SQL Server 2005 are supported. The Standard edition is not supported. When DB Pro is released, will it support the Standard Edition as well Thanks - Amos. What is so special about the Developer edition that prevents the Express edition from working I also find it strange that the product requires SQL 2005 editions to be installed but deploying to SQL 2005 as a target database is not supported. ...Show All

  • Visual C++ Where to download the platform SDK, February 2003 Edition

    "The last SDK that will work with VC 6.0 is the February 2003 Edition" Tanks a lot! http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm and http://www.microsoft.com/msdownload/platformsdk/sdkupdate/XPSP2FULLInstall.htm both can work with vc6.0 according to http://www.jeffhung.net/blog/articles/jeffhung/277/ ...Show All

©2008 Software Development Network