Answer Questions
MLewis001 Handling incompatible old libraries
I am currently trying to compile code which uses old C code with a C++ wrapper. It had compiled on earlier versions of software (within the past two years), but Maya needs an updated version. I think one source of the problems is that the C code relies on old libraries. I tried changing <iostream.h> to <iostream> but it introduced a handful of errors in the C code which I am hoping to avoid getting wrapped up in. I get the following errors using Visual C++ 2005 Express Edition: LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: __thiscall std::bad_cast::bad_cast(char const *)" ( 0bad_cast@std@@QAE@PBD@Z) already defined in handsimulatenode.obj LIBCMTD.lib(stdexcpt.obj) : error LNK2005: "public: __thiscall std::b ...Show All
GMan5309 reset work items refnames
hi, i`m defining work-items with specific refnames. but i`m not satisfied with my naming conventions and want to change the names of some fields. but this is not possible and i get the following error: tfs does not support renaming of fields. i thought i just could delete the project where i imported the work-items. but the refnames are obviously remembered and i can`t redefine them. so my question is: is it possible to reset tfs relating to refnames of work-items maybe delete all projects You may try deleting the fields using witfields.exe first before using a different refname for your fields. ...Show All
SavasCilve How do I measure response from each server
Using VSTS, how can I measure performance for logical divisions (response from each server) within a Transaction. could you ellaborate on what you are tests are & what type of transaction are you talking about Thanks In web tests, the following measurements are available: URLs Pages (top-level page plus resources like images, scripts, css) Transactions measures response time of set of requests (right-click in web test request list to add a request) Test Ed. ...Show All
oloko_rj Disk space problems while trying to install Visual Web Developer Express
I am trying to install Visual Web Dev. Exp. and the installer is insisting that I need 1.3 G free on my C drive even though I am trying to (indeed being forced to) install it on D: drive. Admittedly this is a very old machine with limited space on my C drive (about 860Meg at the moment.) Will doing a manual install (downloading an image and burning an install CD) allow me to get around this problem (I really am unable to understand why they couldn't have designed a little more flexibility into the installer.) There are dependencies of shared components that Visual Studio Express uses and hence why a lot of users are unable to change the download location. If you have never installed before you ...Show All
kminear Error in VS2005 on Get Latest command
After opening a solution that is bound to TFS in VS2005, I right click on the solution in solution explorer and select "Get Latest Version (Recursive)". An Error message is produced saying: Unexpected error encountered. It is recommended that you restart the application as soon as possible. Error: the specified procedure could not be found. File: vsee\internal\inc\vscomptr.inl Line number: 618 Jason, This looks like it could be related to a reported problem with setup/uninstall of oledb components. See the following threads to see if they help. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=215771&SiteID=1 http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.as ...Show All
diane a I cannot open the Process Template Editor Tool
Process Template Editor on http://www.gotdotnet.com/ Used to graphically manage process templates, work item types, and global lists. but While i am starting the tool it gives me the following error "Could not Load file or assimbly 'Microsoft.TeamFoundation.WorkItemTracking.Client, version =8.0.0.0, Culture=natural, PublicKeyToken=b03f5f11d0a3a' or one of its dependencies. the system cannot find the file specified." Can any one tell me what's wrong Hello, Are you using tool on 64-bit machine by any chance Regards, Eugene Apparantly the tool is not able to find the object model dll, so have you tried installing the tool Was there any changes done like removing it from GAC Las ...Show All
Markish How to Switch Team Suite Versions
I have team suite installed. When I first ran it, I was prompted to select an edition. I chose Team Edition for Architects. I assumed that this would allow me to do everything that Team Edition for Developer would do but would arrange the menus items differently. However, this is not the case. I now wish to work with Team Edition for Developers. How can I get Visual Studio to prompt me again for which version I wish to work with Any help would be greatly appreciated. thanks, Will Are you sure that's what it prompted you for The reason I ask is that the different editions are not mutually exclusive - installing a Team Edition simply installs VS Pro, then installs the Team Edition add-ons ...Show All
SomeGuyOnAComputer Point me in the right direction
I am wondering where i can get more specific information on the use of Me.Text = Filename. I can get it to work but it gives me the full path of the file. I am sure that there is some factor that I can attach to the above to only display the filename without seeing the whole path and show only the name of the file. The problem is I don't know if it is a Me issue or a FileName. issue. I have scoured (at least in my mind) several books, and the MSDN and I am not finding what I am looking for. I am sure it is also very, very basic. Anyone LDavis 501 Thanks for the encouragement. Man I am always scouring the MSDN for my anwsers, the problem tends ...Show All
Marlin7 How to compile and ave to exe
If i compile my console aplications hes saving it into source code again. How can i compile to .exe ave hes Hello Could you please supply a few details on exactly what you want to achieve here please Thanks Damien Open the Build menu and choose Rebuild All. If you're not getting an EXE out of it, check your build log for compiler or linker errors. Hello Re question: Visual C++ Express Edition How to compile and ave to exe I am going to mark this thread as answered since you have not followed up with any further information on your problem - I assume you solved the problem yourself or one of the suggestions in this thread solved ...Show All
Ron Meanor slideshow
how can I alter this code so it displays a different image every minute.....like slideshow thanks PictureBox1.Image = Image.FromFile _ (System.Environment.GetFolderPath _ (System.Environment.SpecialFolder.Personal) _ & "\Shell2.jpg" ) ok thanks I will have to play with it renee cos at the moment every time I enable the timer the pc hangs.... maybe the pc is not up to the task......cos there is smoke coming from it at the moment.....only joking I think it would be cleaner to make a separate chooserandomsong and chooserandompicture and call one right after the other in the timer routine. why wont it work..... access to path is denied ..........in red ...Show All
envi_ria Installation of Visual Basic Express Edition hangs at "loading components"
I am new to MSDN forums, just to let you know. My problem is that when I am trying to install Visual Basic Express Edition, when the part of "Setup is loading components" hangs at about 80%. I have installed this program before and it worked properly. I have completely uninstalled (I think) the program, but now I want it back. What can I do Thanks. I tried to disable all antivirus software and it worked! Why didn't I do that Thanks! have you tried to disable your anti virus software to see if it is blocking the installation ...Show All
Jimbo44 Another schema compare problem
I am facing a strange problem with schema comparison. Here is what i am doing. I have Imported schema to my db project. After I imported the schema objects, the database got a lot of changes. I wanted to run a schema compare again and identify the changes done after I imported the schema objects. When I run the schema compare, to my surprise, the comparison results shows certain tables and stored procedures with a "create" action, even though those objects exist in my db project. I could see those files in the solution explorer. But the schema comparison results still show them with a "create" action, indicating that i need to create them. I clicked button to "write" changes to my project. After i ref ...Show All
docturny How do I recover from missing .mdf and .ldf files
Hello, My project is expecting .mdf and .ldf files in the DesignDB folder of my solution folder. Somehow they have disappeared. This is undoubtedly due to a machine crash earlier today. How do I recover from this position How do I tell the project to recreate the design database and therefore those files On a slightly different thread, shouldn't you do something to mitigate the risk of this happening Machine crashes do happen as we all know. -Jamie JoyceWang_MSFT wrote: Hi Jamie, Just to clarify, the discrepancy (about design DB file location) is due to a recent change in our product that we now save the .mdf and .ldf file to the SQL data directory, as Jeff mentioned. But in the CTP5 ...Show All
Tej62007 Help with "Concentration" Game
I am a student studying VB for the first time and I've run into a snag programming as assignment. It's a matching game consisting of 8 pairs of matching words randomly assigned to 16 labels. When a label is clicked, the word currently assigned to it will display. If two labels are clicked and the words match, the labels are disabled and change their color. This is done until all 8 pairs of words are found, after which a message box is displayed indicating the game is over. I am confused as to how I can randomize the list of words and assign them to the labels, as well as how to check for matching. Any help would be appreciated. if you used an ArrayList as shown earlier, you simply do this to remove an ite ...Show All
Moksi Help Needed
Hi folks, I need to locate a tutorial for a craps dice game for learning purposes can someone help with a link or something any other information will be helpful. Thank you for your support. DKB I think your well on your way with your code - just keep trying and if you have specific problems ask. You've generally got the right idea on implementing a solution. Spotty I originally asked for a tutorial I understand now that I should have worded my original request better and thanks for the help to understand how to communicate in these forums better. DKB Did you click on the link I ...Show All
