Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
N

NityaKakkar

@NityaKakkar
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Plz. help.............
    N NityaKakkar

    Hi, I am working on Microsoft Visual Studio .NET 2003 VC++. I have created a solution & i am trying :confused: too build it & i am facing the following error: LINK : warning LNK4001: no object files specified; libraries used libcmtd.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Debug/MP1G.exe : fatal error LNK1120: 1 unresolved externals When this error came i went to the properties in linker\system i changed the subsytem from Console (/SUBSYSTEM:CONSOLE) to Windows (/SUBSYSTEM:WINDOWS) & in the advanced tab changed the entry point from mainCRTStartup to wWinMainCRTStartup. But then the following error is coming: LINK : warning LNK4001: no object files specified; libraries used ibcmtd.lib(wwincrt0.obj) : error LNK2019: unresolved external symbol _wWinMain@16 referenced in function _wWinMainCRTStartup Debug/MP1G.exe : fatal error LNK1120: 1 unresolved externals How to solve this problem as fast as possible. Thanks in advance:)

    C / C++ / MFC help csharp c++ visual-studio debugging

  • Urgent help needed
    N NityaKakkar

    Hi, I am working on Microsoft Visual Studio .NET 2003 VC++. I have created a solution & i am trying :confused: too build it & i am facing the following error: LINK : warning LNK4001: no object files specified; libraries used libcmtd.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup Debug/MP1G.exe : fatal error LNK1120: 1 unresolved externals When this error came i went to the properties in linker\system i changed the subsytem from Console (/SUBSYSTEM:CONSOLE) to Windows (/SUBSYSTEM:WINDOWS) & in the advanced tab changed the entry point from mainCRTStartup to wWinMainCRTStartup. But then the following error is coming: LINK : warning LNK4001: no object files specified; libraries used ibcmtd.lib(wwincrt0.obj) : error LNK2019: unresolved external symbol _wWinMain@16 referenced in function _wWinMainCRTStartup Debug/MP1G.exe : fatal error LNK1120: 1 unresolved externals How to solve this problem as fast as possible. Thanks in advance:)

    .NET (Core and Framework) help csharp c++ visual-studio debugging

  • Urgently need help
    N NityaKakkar

    I want to create a perl script. If we run perl script at the end of the day it should check which all users copied, moved or removed the files on the unix server (i.e. the script would be run on unix server). Suppose there r 10 users. In short i want to know who all used the cp, mv or rm command at the end of the day. Plz. let me know as soon as possible:):) Is it possible

    Web Development perl sysadmin tools help

  • Urgently need Help
    N NityaKakkar

    I want to create an MFC application in it I want to use perl. Suppose there's a Dialog Box on it there r few buttons when we click on them the perl code associated with that button should be executed. For eg. there's a button when we click on that button it asks for the name of the project to be created in Visual Source Safe Database. Or simply u can tell me this eg. For eg. when we click on a button it asks for the ur name & then prints Hello ur name. Then i'll try to embed this code myself in VC++. Now, if we click on the create new project button the following code should get executed chomp ($proj = ); system ("ss Create $proj"); print("$proj Project has been Created Successfully.\n\n"); Above code first asks for the name of the project that has to be created. Then second line executes the system cmd & creates a project that the name u specified. ss Create is an system cmd for executing system cmd we use system keyword. And finally prints the msg Project_Name Project has been Created Successfully. This cmd creates a project in VSS. This script I created for CLI I.e cmd prompt. Now I want the same application to be executed using VC++. Plz. let me know as soon as possible.:):):):):):):)

    C / C++ / MFC c++ perl database tools help

  • SourceSafe peeve
    N NityaKakkar

    Hi, I also need some help i think its somewhat related to this. I want to create an MFC application in it I want to use perl. Suppose there's a Dialog Box on it there r buttons when we click on them the code associated with that button should be executed. Now, if we click on the 1st button its create new project button the following code should get generated chomp ($proj = ); system ("ss Create $proj"); print("$proj Project has been Created Successfully.\n\n"); Above code first asks for the name of the project that has to be created. Then second line executes the system cmd & creates a project that the name u specified. ss Create is an system cmd for executing system cmd we use system keyword. And finally prints the msg Project_Name Project has been Created Successfully. This cmd creates a project in VSS. This script I created for CLI I.e cmd prompt. Now I want the same application to be executed using VC++. Plz. let me know as soon as possible.:)

    The Lounge csharp javascript visual-studio com tools
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups