julo's Q&A profile
Visual C++ strings allocate in stack or heap?
Hi When we define a string and then get user his/her name , what is happening in memory.I mean: Code: string s; cout << "Enter name"; cin >>s; f allocation always in heap: Here s is a ponter and it is in the stack and points to name data which user enter is in the heap. If allocation in stack: here s's size is unknown so how can it be How can string class allocate memory in stack that unknown size If ...Show All
Windows Live Developer Forums PassportSiteID flag allowed?
The rules dont say anything about this flag. So is it allowed to be set at true, meaning I can use emails and screennames in my app ...Show All
Visual Basic vb express 2005 beta2 avalon code-behind files don´t show up on solution explorer
Hi. I have installed winfx beta1 and vs 2005 extensions. When I open a Sample Avalon solution the xaml's code-behind files don’t appear on the solution explorer. I have tried to add them manually with no sucess. Thanks for any info you may provide. In the solution explorer - have you got the show all files button selected. Its the second icon from the left at the top of the solution explorer window.   ...Show All
Visual C# regenerate output exe .net file to native .exe
I need to regenerate managed output to native output with ngen.exe, but my program linking som .net libraries: System; System.Runtime.InteropServices; System.IO; and also [DllImport("rapi.dll", CharSet=CharSet.Unicode)] - link native library i want to regenerate all in one file. how can i do it please help. Check out ILMerge: http://www.microsoft.com/downloads/details.aspx FamilyID=22914587-b4ad-4eae ...Show All
Visual Studio Express Editions Replacement of Winsock in Visual Basic 6?
Hello Microsoft. Is there anyway to make any replacement of the Winsock Protocol in Visual Basic 6 I find that the WebRequest class and associated System.Net classes are great. I would recomend that you learn to use the Object Browser. The ObjectBrowser is your friend!!!!! ...Show All
SQL Server Running Sum In View (sql server 2000)
Please can anyone help me .... how to do running sum in view in sql server 2000 Please see the example below on how to do this. /* This table tracks the quantity bought for a particular item. The problem is to calculate the moving average of sales over the last 3 months including the current month. The logic can be extended to any moving average problem. */ CREATE TABLE #ItemSales ( ItemID int , ...Show All
Visual Studio Express Editions SQL Server express managment console ceased to work
I installed all the 2005 express languages and Visual web too (including SQL server). Then, some days ater, when available i installed the managment console that worked fine. But some days later the managment console ceased toi launch. I only get 2 seconds of hourglas cursor and nothing moore. The only i see in events log is a message about sql browser that tells me suceso: Advertencia Origen del suceso: SQLBrowser Categoria del suceso ...Show All
Visual Studio Team System BisService.exe error.... have logs to help developers help me :)
Error 32000. The Commandline '"c:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\BISIIDIR\sdk\bin\BisSubscribe.exe" http://<myserver>:8080/Currituck/BisService.asmx' returned non-zero value: 1. TFSScheduler.log: ----------------------------- 2005-06-21T09:30:08:328 (main) Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException: Unable to connect to BIS service. ---> System.Security.SecurityException: You don't ...Show All
Windows Forms secuirty issue
I placed an (application).exe out on the server. Client box has framework installed. If I run the (application).exe from my local box it works fine. If I run the (application.exe) from the server it opens as soon as we read anything in from&nbs ...Show All
Software Development for Windows Vista Security Roles in WWF
Hi I am investigating WWF for a system design. The topic of user roles came up in todays discussion. A quick look at my SAMS WWF yellow beta book reveals no reference to User access roles appart from tracking in the SqlTrackingService. Has any work been done regarding assigning user roles to the workflow designer, or is this the hard work that is left to the developers Is there a timeframe on the roadmap for when user roles would be inc ...Show All
Windows Forms Setting icon to form
Hi I face the following problem. I m using Visual Studio C# 2003 standard edition.In my project i use Modaless Form and i dont show that form in TaskBar .Now i need to set a icon for that form.I tried setting my own icon but it always displays the default one.i like to know how to set the icon for a form which is not shown in the taskbar. Please Help... Thanks private Form1_Load( object sender, Eventarg e ) { this .I ...Show All
Visual C# Default value on value-types
I have implemented a value type that use a string value as value container. I need to initialize this string with a "" value insead of null. Is it possible to explicitly initialize a value type Is there a way to run a default parameterless constructor Thanks, Felice R. There is always a parameterless constructor for value types, and it only ever sets the fields to the default values for the ...Show All
SQL Server metadata refresh?
What do you do to address this: [OLE DB Source [1]] Warning: The external metadata column collection is out of synchronization with the data source columns. The column "objectName1" needs to be updated in the external metadata column collection. A corollary question: what does right-clicking a package in Solution Explorer and clicking "Reload with Upgrade" do mruniqueid wrote: ...Show All
Game Technologies: DirectX, XNA, XACT, etc. D3DXComputeTangentFrame() question
I use the D3DXComputeTangentFrame() function on a mesh loaded from a x-file. Then I create another finer mesh by using the first meshs' vertices and additional intermediate vertices. The new vertices use averaged normals and tex coords from the original mesh. The vertex order remains the same (CW). When I now do the D3DXComputeTangentFrame() on the new mesh, I get swapped binormal and tangent vectors in comparison to the original mesh. Does ...Show All
Visual Studio Team System Exclude Reporting/Analysis services
Is it possible to install TFS but *exclude* anything related to the Reporting/Analysis Services. We feel that the AS is overkill for our group. Thanks in advance. Hi, I think that the easiest way to "exclude" the reporting subsystem from TFS is to stop the TFSServerScheduler service on your AT and change the startup type to Disabled or Manual. This will ensure that the Warehouse Run web ...Show All
