Software Development Network Logo
  • Windows Forms
  • SharePoint Products
  • Game Technologies
  • Visual C#
  • Smart Devicet
  • Visual FoxPro
  • IE Development
  • Windows Vista
  • .NET Development
  • Visual Studio
  • Visual C++
  • Microsoft ISV
  • VS Team System
  • Visual Basic
  • SQL Server

Software Development Network >> Cosmin Cojocar's Q&A profile

Cosmin Cojocar

Member List

deen
Pepp
AlanKohl
BhaktaVatsal
xplosiv_1
jmorelle
acccollin
Shmelly
Aleniko29139
Chris An
Todd Biggs - Windows Live
rvecchio
Gangy
AnnNeedsHelp
Jehan Badshah
Douglas Penna
Jonathan80
CarmineM
Sparx
Mohamed Shifaz
Only Title

Cosmin Cojocar's Q&A profile

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LNK1120: 1 unresolved externals    Build log was saved at "file://c:\Documents and Settings\Justin Pyfrom\My Documents\Visual Studio 2005\Projects\dont know\dont know\Debug\BuildLog.htm" dont know - 2 error(s), 0 warning(s) the hello world code is in a .cpp file format and t ...Show All

  • SQL Server Performance problem: SSAS 2005 + ProClarity

    Hi, I am facing a performance problem. Here is my scenario: I am using ProClarity to create reports/graphs by connecting to ssas 2005. These are not dynamic graphs but are created beforehand in proclarity and accessed by users. The graphs enable drill-down/drill-up features. My Cube contains: 1 MeasureGroup 4 Measures 7 calculated measures 4 dimensions ( 1 time dimension: date) dimension partition count: 1,095 4,018 8 453 4,018 (hierarchy) 11 (hierarchy) 7 (hierarchy) 5 hierarchies in time dimension 1 hierarchy in other dimension 1 partition, partition count: 33,574 (current) partition size : 708.4 kb storage: MOLAP Partition aggregations: 15 current performance gain: 51% This cube is processed manually and appx of ...Show All

  • Smart Device Development How do I create a Timer instance in a console application in winCE

    Hi I have a console app. that uses a timer to print out some sort of msg every x second. The same code compiles and works on windows console but not the Smart console. It gives me compile error on: Type 'System.Timers.Timer' is not defined This is how I create the timer Private CommReadTimer As New System.Timers.Timer(300) When I look throught the System namespace there is no Timer in the .NET CE framework 2.0 .....how can we create a timer Thanks You could use System.Threading. Timer ...Show All

  • SQL Server COM Plus Catalog Requirement (Warning) When installing MS SQL SERVER 2005 ENTERPRISE ON WINDOWS SERVER 2003

    COM Plus Catalog Requirement (Warning) Messages COM Plus Catalog Requirement If SQL Server Setup fails, Setup will roll back the installation but may not remove all .manifest files. The workaround is to rename the files and then rerun Setup. For more information, see How to: Work Around COM+ Check Failure in SQL Server Setup. i found the Sulosion its 100% Working The Msdb is on and he block the Com+ ports. http://msdn2.microsoft.com/en-us/library/ms143698.aspx get it. Have a nice day and good luck ...Show All

  • SQL Server viewing server report from reportviewer

    I just installed SQL server 2005 reporting services and i have designed and can preview my first report successfully.Problem is, i want to preview my report on a web page through the reportviewer control but after specifying server report on the control i get the following error message "The item '/testingreportserver/reports/testpage' cannot be found. (rsItemNotFound)" Any help is welcome. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. New XNA wargame : StrikeZone

    Hello I am doing a wargame engine. You can see video here : http://pitil.blog.mongenie.com/ The engine will be open for every one ! Thank you Yes Mercury help me a lot :) why make what is already made :D If you want my change just ask me, it is for the scrolling background and depth problem :) ...Show All

  • SQL Server Sync will work only 1 time.

    I am really stuck on this, if anyone has some insight into this problem any help would appreciated... I'll try to explain what is happening the best I can: We have a server running Windows Advanced Server 2000 (SP4) w/ SQL server 2000 (SP3) (from now on Server A). I have a publication on this machine with dynamic filters (Changing the HOST_NAME()). The publication is sending the snapshots to another machine (desktop machine). The Mobile agent is in the same machine as the snapshots. The mobile application is syncing fine when hitting Server A. The sync is done Asynchronously. Then we have Server B. Running Windows Server 2003 (SP1) w/ SQL 2000 (SP4), same publication w/ dynamic filter however the snapshots and the mobile agent a ...Show All

  • Visual Studio Express Editions key confused

    I am trying to make a project in which when i press a key on my keyboard ( let's say the z key ) it adds plus 1 to a variable ( lets say the variable's name is runningCount ). Can someone help me. Thanks. try removing the component/control/code you added which stopped the thing from working or create a new solution/project and add 1 thing at a time and keep testing it until it "breaks" - then you will know whats causing the conflict ...Show All

  • Visual Studio Tools for Office Outlook Sennt Items....

    Hey, I am using outlook 2003 with an Imap connection.I have setup a rule to move the sent messages from my personal folder to teh sent items folder on teh IMAP server.Now i am asking a different thing.Is it possible that outlook should ask me to which folder I wish to store the message after sending a message.Pls help me as my previous mail client pegasus had this feature and the users are askin for this feature. Ajay You can set Outlook to store sent items in a different folder but this doesnt include a prompt per send, Helmut's answer is a simple folder popup to happen on each send. And you could refine that if you wished to decide to action where for each send. Regards ...Show All

  • .NET Development Data reader error

    Dear All, I have a multiple number of reading done so for the first one I have actually done the reading and close the the reader. Then upon reading the second one I also have close the datareader. But when I run my third reader is gives me this error "There is already an open DataReader accosicated with this Connection which must be closed first.". I have even check using the method IsClosed for the first and second and both shows that is true. What is the possible error. I dont think so that I must open and close my connection always rite. Thanks for your kind replies Dear Indian Ocean, After doing some debugging I got hold of the problem. My snippet of the code is as be ...Show All

  • .NET Development how to associate a filetype with a windows service

    suppose i have a custom file format with an extension. how do i associate that file extension with a windows service. suppose when i click on the file with particular extension '.dmz', the particular windows service is automatically invoked. should i use filesystem watcher component. i do not want to exactly associate a file type to associated with a service. but i want the service to respond when i click a file with a particular extension. can i use a filesystem watcher component for this ...Show All

  • Software Development for Windows Vista Replicator and Generic IList question

    I have a custom activity that looks like this: using System; using System.ComponentModel; using System.ComponentModel.Design; using System.Collections; using System.Collections.Generic; using System.Drawing; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Design; using System.Workflow.ComponentModel.Compiler; using System.Workflow.ComponentModel.Serialization; using System.Workflow.Runtime; using System.Workflow.Activities; using System.Workflow.Activities.Rules; using HFO.BusinessDataSet.Pricing; namespace MCP { public partial class CreateStagingRecordsActivity: System.Workflow.ComponentModel.Activity { public CreateStagingRecordsActivity() { InitializeComponent(); } public static DependencyPr ...Show All

  • Windows Forms Windows timing

    Here is the very sophisticated program I just wrote: Imports System.Threading Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load For i As Integer = 5 To 50 Step 5 Dim starttime As DateTime = Now For j As Integer = 1 To 50 Thread.Sleep(i) Next Dim endtime As DateTime = Now Dim totaltheo As Integer = 50 * i Dim totaltime As Double = endtime.Subtract(starttime).TotalMilliseconds Dim actsleep As Double = totaltime / 50 TextBox1.Text += "sleep time: " + i.ToString + " ms; actual sleep time" + actsleep.ToString + " ms; total time" + totaltheo.ToString + " ms; actual total time&q ...Show All

  • Visual Studio Express Editions Loop or Next Statement?

    Hi, I'm making a small HTML index creator and ive tried numorous things. My problem is when i hit a ToolStripButton I want it to the 1st time input <center> into the TextBox then the next time input </center>. Since you only need two iterations I would use a flag... Static FirstTime as Boolean If FirstTime then MyText = "<center>" FirstTime = False else MyText="</center>" Firstime = True end if ...Show All

  • Visual C# *Newbie* - Is there such a thing as c# script like vb scipt?

    I have some c# code and i need to run a script, pass in parameters and return a value. can i write the script in c# or do i have to use java or vb script What code statements do i need to run a script, and what would be the frormat of a simple script file that would pass in a string and display it in a messagebox, and return a 'complete' string Thanks. take a look at this: http://www.codeproject.com/csharp/cs-script_for_CP.asp http://weblogs.asp.net/cumpsd/articles/80785.aspx ...Show All

©2008 Software Development Network