R.Tutus's Q&A profile
Visual Studio Express Editions Is it possible to compile .CP?
I am converting about some old CodeWarrior projects to Visual Express. For whatever reason, using a .cp extension for c++ files was the custom with Codewarror way back when. Is there any way to get Visual Express to recognize them as a .cpp file I don't want to have to rename everything and reorganize on the Mac side too. Thanks in Advance, Mark Mark Coniglio wrote: Well, I did add the files, but it doesn't seem to recognize .cp as a valid C/C++ extension. In codewarrior you could define extension/compiler associations. Is there a way to do this in Visual Studio 2005 Express You might try telling Windows, not Visual C++, that .cp is an extension for a C++ file. Just look up CPP in an ...Show All
Visual Studio Express Editions Are there any new VB 2005 coding competitions going now?
Are there any new VB 2005 coding competitions going now Thanks Kim ...Show All
Visual Studio Team System Schema Compare in the RTM version
Currently (CTP5) we're able to synchronize a DB project with an actual database. Does anyone know if we'll be able to do the reverse when VSTS-DB is released IOW, will we be able to synchronize an actual database with a project I very much hope so. I think this will be a tremendous time saver. Amos. If it works this way that will be great. What I'm looking for is a way to avoid having to modify the .SQL files in my project directly (too tedious and error prone). I would much rather modify my local database schema and then synch that schema back to my project, thus avoiding having to modify any files directly. Of course, in order for this to work, the schema compare process will have to be able to handl ...Show All
SQL Server ANN: Mobile Database Development Article
My Article on Mobile Database Development was published in the August 2006 edition of Smartphone & Pocket PC Magazine ! I have been researching which database engine to use for my Windows Mobile 5 development. Go and buy a copy now!!! You can read more on my blog ( http://www.nantz.org/Blog/tabid/57/EntryID/452/Default.aspx ) or software page ( http://www.nantz.org/Software/tabid/58/Default.aspx ). + Were u expecting this architecture ...Show All
Visual Basic Languages that are supported by Speech API ?
Hello, I can easily get the computer to read text in english in a textfield /// can it read text in other languages as well i tried but it did't do anything Just from the download http://www.microsoft.com/downloads/details.aspx FamilyId=5E86EC97-40A7-453F-B0EE-6583171B4530&displaylang=en#RelatedLinks http://www.microsoft.com/speech/download/old/sapi5.asp It would look like languages other than english are supported. Since this is a SAPI question, I think you can get a better answer from this news group: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.speech_tech&cat=en_US_adb1a4c1-4dfb-4d53-9962-8dbad91aee8d&lang=en&cr=US . ...Show All
SQL Server Get the variable from Execute Process Task to C#
Hi! I need help with some C# code. I have build a SSIS package with an Execute Process Task. I need to send dynamic variables in to my C# program so I thought it was a good idea to use the StandardInputVariable. How do I get the variable in my C# code Thanks Carl I tried it but it didnt worked. The only thing I got was the name of the variable. You wrote earlier: is this necessary can't you just use a dynamically updated ssis variable when calling your executable in the execute process task What did you mean by that ...Show All
SQL Server Executing SSIS Package from .NET
Hi again First I explain my environment: - SSIS Packages are stored on 64bit Server (Win 2003 64bit, SQL 2005 64bit) - .NET (C#) application (on Win 2003 32bit Server) which loads and executes the SSIS Packages. I can execute my SSIS Package localy on the 64bit Server and they work fine. When I execute the SSIS Package from the Application I get following exeption: Retrieving the COM class factory for component with CLSID {697AC67E-FDD5-46D1-90D7-F3D0DF1B2A47} failed due to the following error: 80040154. ... at Microsoft.SqlServer.Dts.Runtime.Package..ctor() The code looks like: Microsoft.SqlServer.Dts.Runtime. Package local_Package = new Microsoft.SqlServer.Dts.Runtime. Package (); Microsoft.SqlServer.Dts.Runtime. DTSExecR ...Show All
Visual Basic link vb to fortran
I have several subroutines which are written in FORTRAN. Can anyone tell me in a step-by-step manner ... 1) how I need to compile the FORTRAN subroutines 2) what I need to do within VB 2005 to call these FORTRAN subroutines within the VB 2005 code You say the routines are written in fortran - this really doesnt help that much as you cannot directly use another language source code in VB. However, VB can use COM components, .NET components as well as call API's which are contained within DLL's. Now the question comes what are you using to generate you fortran DLL's. If you dont have a fortran development environment and these are just source files you have lying around then you are really o ...Show All
SQL Server temporary table
hi ! i used some temporary table in store procedure ( sqlserver 2005 ) our team have report software calisto . the calisto use crystal and reports which use this store procedure . because of that , we have list of many temporary table with the same name #dbo . sug_name ... , #dbo . sug_name ... ,...... in the system database . what could be the reason for that and how can we drop it Msg 3701 , Level 11 , State 5 , Line 2 Cannot drop the table '#sug_name' , because it does not exist or you do not have permission . " Temporary tables reside in the temp database, so you will have to use the command: ...Show All
Software Development for Windows Vista Visual Studio 2005 Workflow Designer slow responsive
I am running Windows Vista Ultimate RTM on my laptop running at high resolution 1900x1200, don't know if this is the cause for my problem. With the workflow designer open Visual Studio runs very unresponsive. When I click to open the toolbox it opens very slowly, when I drag an activity around the designer, the transparent image for the activity cannot follow the mouse cursor, then when I drop an activity on the designer the toolbox autohides again very slowly, takes 5 seconds to hide in a very shocking way. Very annoying and unworkable, i thought this would be fixed in the Sp1 update for Vista, apparently not. Is this specific to a workflow project or does is also happen in a win form app Type "Performance Information and To ...Show All
Visual Basic how to autosize the tab control inside a window's form
I have a tab control inside a form. When I drag the border of the form to resize it, the tab does not resize with the form. What should I do so that the tab control can automatically size with the form Thanks. You either set the .Dock property or the .Anchor property of the tab control. ...Show All
SQL Server Sql server setup
Hi gurus I am new to sql server and I am in the process to deploy one on my small enterprise, I would like to know if someone can help me, on how to setup the server to better take advantage of the HD,Raid,performance. I have a server with two procesors ,8 ram, total of 5 HD(3x15k and 2x10k) I would like to know what would be the best way to setup the raid and where to install all componets of sql server on this machine. Thanks a bunch guys Hello, You'll need at least 4 drives for raid 10, however this is the best performing of raid solutions (whilst still offering fault tolerance). Typically, you'd install the binaries on the raid 5 o/s volume, data files on a separate raid 5 ...Show All
Windows Forms how to moveup and movedown
is it possible to do moveup a row and to move down a row in gridview.. i would like to rearrange my gridview rows in the order as how i want and to update the table in sql as how it is rearrange... how to do this... am using asp.net 2.0 and coding is done in vb.net help me please ...Show All
Windows Forms how to get the current string width to draw the propriate size textbox in MFC
Hi, if I have an input string, i would like to draw the propriate textbox in MFC, how to get or calculate the string width. (It seems that i only can get the height from font information) Thanks in advance. ...Show All
Windows Forms C++/CLI Windows Form Designer bug in causing an event handler to disappear
I am not sure whether the following scenario is a bug in the Windows Form Designer as it relates to C++/CLI or some failing in my own implementation, but I hope someone can look at this before I submit it as a bug. The scenario is: I create a CLR class library project. I add a component class, let's call it CmpA. I add two virtual events to the component class, both of type System::EventHandler ^, let's call them EventA and EventI. I create backing variables for both events, let's call them bEventA and bEventI respectively, and use the long form of specifying the events. I also override the Equals and GetHashCode virtual functions. In the same assembly I add a UserControl. The user control, let's call it UserU, has a property, let's call ...Show All
