chutachut's Q&A profile
Visual Studio Express Editions Visual C++ Express Config Question:
I can't figure this out. I'm using a VC++ Express Edition for some stuff on my work computer (the company uses Borland for all the work, this is a personal project). I've gone rounds and rounds with this issue now. I'm getting a list of unresolved externals that seem to be from a windows-related file or perhaps from a GDI+-related file. I'm sure it's a config issue, even though I've already set up the Express Ed like it mentions after it's been downloaded. Also, I've successfully compiled other projects, not using GDI+ (which is why it might be that). I've set this up before and had it working before I got the Standard Edition of Visual Studio. So if there's something I'm missing, I'd appreciate some direction. The linker errors are ...Show All
Visual Basic Wizard Control using vb.net 2003
I want to create a wizard control using vb.net 2003. Not sure where to start. Any thoughts To get started defining a wizard interface, I would say that you need the following things: 1) A base control that defines the "shell" of the wizard control, including the layout of the buttons and any graphics you may desire 2) Derived controls for each screen of the wizard that add there own UI and logic 3) A "wizard manager" control that handles hooking up the transitions between differnt wizzard screens 4) A way of passing data between the screens (i.e. a property called "Data" of some sort). -Scott Wisniewski ...Show All
Game Technologies: DirectX, XNA, XACT, etc. XFileLoader.cs
Hi, I wrote a little class for parsing X-Files (text mode only). It currently reads: - frame hierarchy - frame transforms - meshes (position,normals,texcoords) It's only tested with x-files from the Panda Exporter and 3ds MAX. http://markus.rubicon-net.de/code/XFileLoader.cs and I used this here for test rendering http://markus.rubicon-net.de/code/XFileRenderer.cs Feel free to use it Very nice job, thank you very much. Some ideas/question/report: - Please make code load and show texture too. - Can we use DirectX Managed and it's Mesh/AnimationController/.. class with XNA If yes I did a class to load/show/anim mesh that we can use. - I try tiger.x from August 2006 DirectX SDK: at line 284 of X ...Show All
Software Development for Windows Vista SHaring Data on PC and across the Local network
So after about 30 setups my application actually installs on windows vista now. If you haven't tried to install a database on vista yet that can be shared amongst 2 or more users on the same machine you just haven't lived <g>. Its really fun! If you want a fun test, try to take a simple microsoft access database and install it on a windows vista machine so that 2 users can read and write to it. Despite days of work, hours of cussing and many posts on the msdn forums with other angry developers with this same issue, we actually managed to get this to work. We placed our database in a subfolder of the system defined Microsoft Common Application Data folder (CSIDL_Common_AppData) like so c:\programdata\[applicationname] ...Show All
.NET Development Typed DataSet in Java clients
HI, I have a webmethod returning a type - "TypeA" containing typed DataSet - "TypedDataSet" . And I want to be able to consume it form a Java client. The problem comes from the generated wsdl becouse it contains the <any > wildcard. <s:complexType name=TypeA> ............ <s:complexType> <s:sequence> <s:any namespace="http://test.com/TypedDataSet" /> </s:sequence> </s:complexType> .............. </s:complexType> The Java client generates appropriate class for the TypedDataSet, but it is not used in the generated class for TypeA. instead it uses MessageElemnt class there.The problem comes from the <an ...Show All
Visual Studio Express Editions C# Executable distribution?
The article "How to: Set Debug and Release Configurations", implies that its possible to create a "release" executable for C# programs under all but VS 2005 Express edition. This implies that an application cannot be distributed to and executed by users without Visual Studio to run it with. Is this true - I can't create an applciation and give it to other users Is there another way to do this Another free IDE that might be useful Give your users the .exe that is built in the Debug or Release sub-folder of the project folder. ...Show All
Visual C++ Running an .exe file compiled in VC++ 2005 on a different computer
Hello, I've got a question regarding how to run a program compiled using VC++ 2005 on a different computer. Although I have seen the thread by suda5181 and the answer by RonaldLaeremans (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=23371), I can't find the redistribution pack for the current Visual C++. I have found a page with the Redistribution pack for Visual C++ 6.0 (http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvc60/html/redistribvc6.asp) but I don't know if it'll work. With Thanks, Gal Beniamini. Hi, If you install to the default location (with any non Express version), the redist is ...Show All
SQL Server Do you see any problems in my DBCC Memorystatus dump???
Hey guys. Today morning at about 9:58am I had an insufficient memory exception in SQL. I've reserved 12gb memory for my SQL server. I've pasted below the dbcc MemoryStatus dump gotten from SQL log. It also gave me a BPool::Map: No remappable address found My SQL Server version is 8.00.2148. Enterprise Ed. Can you see any problems in the below pasted log 2006-08-09 09:58:11.63 spid175 BPool::Map: no remappable address found. 2006-08-09 09:58:11.69 spid101 Buffer Distribution: Stolen=156843 Free=1634 Procedures=17623 Inram=0 Dirty=108669 Kept=0 I/O=0, Latched=1220, Other=1286875 2006-08-09 09:58:11.69 spid101 Buffer Counts: Commited=1572864 Target=1572864 Hashed=1396751 InternalReservation=510 ExternalReservation=130 Min Fre ...Show All
Visual Studio Express Editions datetime trouble
Hi! I'm using VB.NET 2005 Express Edition under Windows XP. In a clean project I write: Dim myDate As Date myData = CDate("12.05") myData = System.DateTime.Parse("12.05") both instructions return the exception: "Index was outside the bounds of the array." Source: "mscorlib" The same if I try to convert/parse a date such as "3/4/06". Thank you, Marco Trapanese / iw2nzm Dim myDate As Date myDate = CDate ( "12.05" ) MessageBox . Show ( CStr ( myDate )) myDate = System . DateTime . Parse ( "12.05" ) MessageBox . Show ( CStr ( myDate )) Produces a messagebox showing: 12/05/2006 ...Show All
Visual Studio Team System Error when I upload my Porcess Template
I got this error when I tried to upload my new Process Template, any idea ---begin Exception entry--- Time: 2007-02-07 12:28:42Z Module: Engine Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: The Project Creation Wizard encountered an error while uploading documents to the Windows SharePoint Services server on "ServerName". Exception Details: The Project Creation Wizard encountered a problem while uploading documents to the Windows SharePoint Services server on "ServerName". The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able ...Show All
.NET Development Oracle not listed as a data source
Hi, I am running Oracle 10g express and Visual C# express. I am trying to connect to an Oracle database but when I select Add Connections, I do not see Oracle listed as a data source. I have the Oracle .NET data provider intalled but again, nothing seems to work. I have been banging my head against a wall for the last 3 nights trying to connect to the Oracle database (on the same server). I have done a TNSPING and everything is working with the database. Please help. I am new to .NET/ODBC etc. so please keep answers simple although I do have a lot of C experience from years ago. Thanks. ODP.NET does not show up in the list of data providers in VS2005. This is apparently something they will add in the next ...Show All
Visual Studio Express Editions Working with classes
Hi, I am learning C# and I am still little little confused about classes, methods... here is what I am trying to do: I have a class in seperate file. Inside that class I have a method . From that method I would like to change text property of label on my form . This form is generated with designer and is in different file and in different class but in the same namespace . Any suggestions One thing that is really bugging me is: does Form1 have (i don't know how to say) some "default" instance The one that reference points to PS: Do you know of any good book on this subject ...Show All
Visual C++ Need MFC, Win32 and Sockets in one program
I have a need to construct an application that requires: (1) MFC for buttons, controls, etc. (2) socket communications to a simulation server with extensive return data, and (3) Win23 applications for bitmap processing for animation for drawing backgrounds and moving objects without flicker (double-buffering). I see some great examples in game programs, but only in the Win32 environment. I can't seem to do all three in one program. Starting with a program for MFC, I can produce controls and a socket (and do some simple graphics), but can't find a way to include the Win32 stuff (3 above) without losing the other capabilities. Tried starting with a Win32 application and going the other way with no success either (Win32 see ...Show All
Visual Studio Express Editions How to get another websites IP address in Visual Basic
Hi there, I am currently working on a HOST File editor project in Visual Basic, where the user has to enter the word they want mapped to a certain IP address of a website. However, as many users won't know what an IP address is, nor how to get it, I was wondering if there is any way to retrieve the IP address of a website. I'm guessing it will involve using Domain Name servers right Any help will be much appreciated, RichardHarley Thanks for that lwmorris067, it did help. However, I don't suppose there is a way to get that newly aquired IP address into a string is there Thanks for helping! ...Show All
.NET Development DS HELP
I currently have this error when I delete a record and then save it. My code is at the bottom of this post, im a newb to this though wish to learn. Though i've tryed to google this many a times and still come up blank with out knowing how to fix this problem. Can anyone help much thanks and please keep the answer with simple instructions. --------------------------------------------------------------------- ERROR: Update requires a valid DeleteCommand when passed DataRow collection with deleted rows. {"Update requires a valid DeleteCommand when passed DataRow collection with deleted rows."} System.InvalidOperationException was unhandled Message="Update requires a valid DeleteCommand when passed DataRow col ...Show All
