Vincent Josset's Q&A profile
Visual Studio Express Editions 64-Bit OpenGL Application development.
I'm currently working on compiling some sample code that uses OpenGL. my setup: AMD Athlon 64 Processor gl.h glu.h glut.h Microsoft Platform SDK Visual C++ 2005 Express Edition Whenever I try to build, I end up with this error: .\Debug\i.obj : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64' I get the basic idea of the conflict of architectures, but I was wondering if there was a work around Since the Athlo ...Show All
Visual Studio Team System Checkin Policy to Require Checkin Comment - How?
How would I implement a checkin policy that would require each checkin to have a Checkin Comment (Don't confuse Checkin Comments with Checkin Notes .) It seems easy to require a Checkin Note of some kind, but I can't find the equivalent for Checkin Comments. Do I have to write a third-party checkin extension to do this I would have thought that it would be a common requirement... There is a property off of t ...Show All
Visual Studio Team System Open solution of other user
G'day, I am looking on the following scenario for the shared PC: Bob logs in using his account to computer A Bob performs get latest to <folder> for the <solution> in his <workspace> Bob performs required activities with the files in his <workspace>, finishes up his activities and logs off Alice logs in using her account to computer A Alice opens <solution> in <folder> using "Open... ...Show All
Visual Studio Team System Architect vs. Developer Version
Could someone explain to me the details between the two products listed above The comparison here, http://msdn.microsoft.com/vstudio/products/subscriptions/chart/, doesn't do it for me. My understanding with the previous version of .NET is that the Architect version has more administration functionality (you can prevent access to certain things/areas, etc., etc.). So what's different between the two listed above I'm looking for high level bul ...Show All
SQL Server Problem with numeric formatting
I have a reports that use various sums to calculate totals. However if I enter this into the format field of textbox properties $#,###,###.##;($#,###,###.##) it gives unpredictable results. Some columns will format to 2 decimal places others will only format to the nearest dollar I though by explicitlty placing .## it would always go to 2 decimal places Cheers Damien maybe you can try just using C as the ...Show All
.NET Development ODBC
I am a relative newbie to the ways of .NET. I have been learning to use Microsoft Visual C# .NET 2005 and have wrestled just about everything to the floor except for database access. I have an extensive survey data library with all the files in dBase IV format. As a long time Delphi programmer, this used to be a relatively straightforward piece of the jigsaw and I have written a number of successful applications that manipulate those files. ...Show All
Visual Studio Team System Overriding the GetChangeSetsAndUpdateWorkItems target
Hi, Is there any easy way to override this target We'd want to get a subset of the changesets and update the accompanying workitems, based on the Area field. For instance, for an Area A, we'd like to get the changesets that only contain workitems that are on that area. So all we want to do is to apply a filter on the changesets. However, if we override the target, we would have to write code for everything else, like updating the workitems with ...Show All
Visual Studio Express Editions VB.Net Express Edition will support to add new record to database?
Hi, I have problem to update record to database, Dataadapter.update command will not given any error message even that will not update to the read database. I have check with SQL Express database and MS Access database. My coding as follows, Me .Validate() Me .Table1BindingSource.EndEdit() Me .Table1TableAdapter.Update( Me .Db1DataSet.Table1) I just want to know , Express edition will support database update or inset options. P ...Show All
Windows Forms isMdiContainer = true
After setting the isMdiContainer = true the property of the form the background color of the form has become dark gray How to set it back to the default control color Now background color of the form and background color of the control is totally lo ...Show All
SQL Server Does anyone knows how to FTP a report from Reporting Services?
Does anyone knows how to FTP a report from Reporting Services I have several FTP sites I need to send reports to, but I cannot find a way to do it. I have tried to search the net for the answer, but I keep reading that you can FTP a report. But It does not say how. Help! thank you drey Hey Drey -- Unfortunately, there is no direct support for this "built in" to SSRS. If you are willing to invest a little time, you can implement this funct ...Show All
Windows Forms Bindingcontext
hello everyone, can someone pls tell me the difference between me.bindingcontext(datasource.datatable).addnew and me.bindingcontext(datasource,"datatable").addnew becoz only the latter one works and the other gives errors.( Only the one with comma and qoutes works whilst the fullstop one doesnt) &n ...Show All
.NET Development Binary file I/O - use FileStream Class or BinaryReader/Writer?
I am doing binary byte oriented File I/O. with non-sequential access. I started using BinaryReader and BinaryWriter Classes. I soon discovered that those classes don't apparently do Seek etc. so I switched to using the FileStream Class. I cannot see much advantage in using BinaryReader/BinaryWriter when I can do everything I need to do with FileStream. When would it be beneficial to use BinaryReader/BinaryWriter and not the FileStream clas ...Show All
Visual FoxPro error registrated COM object as MULTI-THREADED COM SERVER DLL
Hi! on Visual FoxPro 6.0 I created COM object (my_com.dll) as MULTI-THREADED COM SERVER DLL. but when I try registrated COM object I got the error regsvr32 my_com.dll "DllRegisterServer in my_com.dll failed. Return Code was: 0x80004005" Why That tells me it registers successfully using vfp6R.dll(which single-threaded uses) but not the MT version, vfp6t.dll. So, the problem apparently is with vfp6t.dll. Check it's vers ...Show All
SQL Server How to consume a Datareader destination in code?
Hello, I can gain access to and execute my package using the Application and Package objects. I am handling the events of the Package object and can even see the OnPipelineRowsSent event when it fires to deliver the rows to the Datareader destination. How do I gain access to those rows for use in my application I have scanned the SSIS object model looking for the right place to hook in, but was not able to find one. Am I heading in the right dir ...Show All
Windows Forms Please tell Microsoft about this problem
My ClickOnce app deploys and runs fine on one test machine, but fails on another. The only error message is the ubiquitos "Please tell Microsoft about this problem." and "Don't Send" button. How can I find out why it's failing Thanks, Bren Let me clarify what's happening. When I open the web page that publishes the install link for my application and click on the Install button, ...Show All
