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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
D

Daniel Zaharia

@Daniel Zaharia
About
Posts
46
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    I'm very confused .. In the documentation they say: For writing applications for Series 3000 terminals: • The Microsoft Visual C++ 1.5 development system should be installed on your development PC. Note: It is important that you use the Microsoft Visual C++ Professional edition, and not just Microsoft Visual C++. The latter does not support the development of DOS applications. Further on in the documentation there are mix references to MV C++1.5 and MV C++ 1.52. I could not find any professional version of VC++1.52 . But the fact is that the executable that i compile with VC++1.52 is different from the one that they provide. It is slightly bigger and it isn’t fully functional (some parts doesn’t work). Any way , someone responded me from Symbol so maybe there is a chance. Thank you for you posts!

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    Where?

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    DR DOS (not MS DOS!) It is about an barecode scanner from Symbol. They have their own operating system. They provide some examples .C and .exe. I need to modify a bit the sample file and compile it to .exe. My .exe does not work.(even if i copile exactly the same file that generated their exe). Of course, customer support is off.

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    I need to compile a file. But it must be older that VC++ 1.5 (it must be on 16 bits)

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    The difference must be between MV C++1.5 and MV C++ 1.5 Professional. I the first does not support development of DOS applications

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    I don't need something powerfull. The problem is that that i need it to program an old barecode scaner, and it must be at most MV C++ 1.5 (16 bits??)

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    Because Microsoft doesn't has it anymore??? The firm where i work it is member of Microsoft Partnership Program (about the license) , but thy only have on their site M V C++ 1.52 (not professional)

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    Can you please send me a copy?

    C / C++ / MFC c++ question

  • Microsoft Visual C++ 1.5 Professional
    D Daniel Zaharia

    Does somebody still has Microsoft Visual C++ 1.5 Professional?

    C / C++ / MFC c++ question

  • How to get on the first page on Google
    D Daniel Zaharia

    Nice city, but i never beeen there. Sorry...

    The Lounge algorithms help tutorial

  • How to get on the first page on Google
    D Daniel Zaharia

    I’ll be glad! Search for “how Google works”, and click on the first link! (we should have thought of that! :-D ) I’ve found more interesting the links on the bottom of this page. This link is also interesting! Google page rank!

    The Lounge algorithms help tutorial

  • How to get on the first page on Google
    D Daniel Zaharia

    Thanks guys, I think I’ve found what I need to know. It was very simple actually. :doh:

    The Lounge algorithms help tutorial

  • How to get on the first page on Google
    D Daniel Zaharia

    Hi, One friend of mine asked me to promote his site to get on the first page on Google when searching “rent a car Romania”. The problem is that I don’t know how Google works and I have very few ideas. I’ll appreciate any comments. Thanks.

    The Lounge algorithms help tutorial

  • UserControl problem
    D Daniel Zaharia

    Hi,I have a UserControl that contains a Panel in it. I add the UserControl to a Form. I want (at design time) to be able to add, remove, move ,etc, controls on the Panel contained in my UserControl in the same way i would do this if the Panel was placed directly on a Form.Any Ideas? Thanks!

    C# design help question

  • How to hide a inherited method or property?
    D Daniel Zaharia

    Maybe EditorBrowsableAttribute can help you. It can be use to hide a member of a class from IntelliSense. int ageval; [EditorBrowsable(EditorBrowsableState.Never)] public int Age { get { return ageval; } set { if (!ageval.Equals(value)) { ageval = value; } } } Daniel.

    C# csharp tutorial question

  • UserControl problem
    D Daniel Zaharia

    Hi, I have a UserControl that contains a Panel in it. I add the UserControl to a Form. I want (at design time) to be able to add, remove, move ,etc, controls on the Panel contained in my UserControl in the same way i would do this if the Panel was placed directly on a Form. Any Ideas? Thanks!

    C# design help question

  • Required permissions cannot be acquired
    D Daniel Zaharia

    Thanks! Daniel.

    C# help question

  • Required permissions cannot be acquired
    D Daniel Zaharia

    I get the same error even if i try to load the assembly from the same directory with the executing assembly. objH=Activator.CreateInstanceFrom("Test.dll","TestClass");

    C# help question

  • Required permissions cannot be acquired
    D Daniel Zaharia

    The exception type is : System.Security.Policy.PolicyException I think it has somthing to do with SecurityPermission and ReflectionPermission...

    C# help question

  • Required permissions cannot be acquired
    D Daniel Zaharia

    I want to access a class (TestClass) that is in a given assembly(Test.dll) on my machine. I use activator : ObjectHandle objH=null; objH=Activator.CreateInstanceFrom(@"\\Daniel\SharedDocs\Test.dll","TestClass"); TestClass tc=(TestClass)objH.Unwrap(); MessageBox.Show(tc.GetCompName()); But I get this error : "Required permissions cannot be acquired." What should I do? Thanks, Daniel.

    C# help question
  • Login

  • Don't have an account? Register

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