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
P

Piotrekneo18

@Piotrekneo18
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Asp .Net MVC ver 4 - Change standard css template
    P Piotrekneo18

    Dear Jameel, Thanks for your reply. I finally did it. If I have any problems later I will ask you again for your help. Meanwhile, thank you very much :) Best regards

    ASP.NET tutorial asp-net help csharp css

  • Asp .Net MVC ver 4 - Change standard css template
    P Piotrekneo18

    Hi all, I have a problem with default css template. I downloaded free example css website template and I would like to apply to my Asp .NET MVC 4 project. I found some articles and one major movie in youtube which describes how to do that, but in version 3, which does not include @Razor... Unfortunately I am not able to adjust this to my current version of asp .net version 4. Could you be so kind and help me step by step how should i do that ? Best Regards

    ASP.NET tutorial asp-net help csharp css

  • Multiple forms problem C++ / CLI
    P Piotrekneo18

    Thanks for the reply ! Yes of course I usually write #ifndef ect. definition into header files, but it's not a problem with this... main issue of this is in the namespace... because my major project is in C++ CLI how's You know isn't the same what is pure C++ ( unmanaged probably ) so, i'm not able to declare object of pure class ( example : class Test; and in managed class : ref class { ... public : Test object; ) i understand how can i resolve this problem -> i should declare pointer of unmanaged class : Test *object into managed class. But unfortunately my supervisor ( he hasn't seen my project yet ) wants or requires use auto_ptr ( because of memory leak ) , so i use this "intelligent" pointer in namespace area : namespace TestSpace { auto_ptr object; ref class ClassTest { object->... }; } and it works, but main problem is when i compile this code , and i have main order with header files same to You , 'm receiving information about the same or two definitions ( already defined ). I noticed that i haven't this problem if i don't use or i don't declare all of objects , variables in namespace like above... i think it's because of declarations in namespace , Ideal solution would be place declarations into ref class and i think it won't be compile error , but how's i said unfortunately we can't declare auto_ptr in ref class because of unmanaged and managed code error , and this is infinite loop... if i hadn't seen on my supervisior i would have written this with usual pointers ... : Test *object in ref class and no problem for me... but i can't imagine what would be if my teacher see this solution... Of course if you don't find any more precisely solution , i'll do this with convenient linker option : /FORCE and i don't see this error... but You know... it's just like an strong solution... Thanks for help

    Managed C++/CLI help question c++

  • Multiple forms problem C++ / CLI
    P Piotrekneo18

    Hi everyone ! Please help me , because i have a big trouble !!! I have login form , and i want to open form1 Form from login form. I tryed use #include "Form1.h" in "login.h" login form where is. Unfortunately i had problems and many mistakes such like : Error 198 error LNK2005: "int SymulacjaObiektuSISO::i1" (?i1@SymulacjaObiektuSISO@@3HA) already defined in Logowanie.obj Symulacja Obiektu SISO.obj Symulacja Obiektu SISO Error 199 error LNK2005: "int SymulacjaObiektuSISO::i2" (?i2@SymulacjaObiektuSISO@@3HA) already defined in Logowanie.obj Symulacja Obiektu SISO.obj Symulacja Obiektu SISO Error 214 error LNK2005: "class std::deque<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > SymulacjaObiektuSISO::nazwyGeneratorow" (?nazwyGeneratorow@SymulacjaObiektuSISO@@3V?$deque@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@A) already defined in Logowanie.obj Symulacja Obiektu SISO.obj Symulacja Obiektu SISO and i think this is because of #include files which are in form1.h unfortunately i can't open form1 from login form : Form1^ test = gcnew Form1^(); i don't know what to do... please help me because i must do this !!!! How can i resolve this problem ?? Login form -> open form1 form , and form1.h has the others #include files just like "test1.h" and ect. Plese help me as fast as You can

    Managed C++/CLI help question c++
  • Login

  • Don't have an account? Register

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