Jump to content

Cromartie

Developers
  • Posts

    87
  • Joined

  • Last visited

Everything posted by Cromartie

  1. How to solve the problem with running the program. When the program starts, nothing happens, the process freezes in the task manager, not deleting the process, not closing the program via steam does not help to close the program itself.
  2. I didn't write anything about something free.
  3. OK, thanks a lot for your reply!
  4. Will only one subscription be available, or can I buy the full version at a time?
  5. Cromartie

    Gman

    Ehh, I haven't moved him to UE5 yet, and then I think he will move to Ultra Engine)
  6. For me personally, tessellation is an integral part of level design.
  7. Maybe for three hundred bucks?
  8. ok)), and the license in steam?
  9. Hi Josh, how much will the Ultra engine non steam license cost?
  10. Now I don't understand what you meant, I don't work with Josh, but in the future I might want to work with him :))))). I just wrote that I was waiting for the early release of Ultra Engine in order to start my project, but Ultra Engine has not been released for a long time and my friend and I started writing our engine (even though we just started).
  11. Yes, my friend and I are really looking forward to the release of ultra engine, we have great plans to develop a simulation of the life of the solar system.
  12. haha, I didn't hear any chewing sounds)
  13. As soon as you wrote so immediately my brain started working)
  14. Josh you are a wizard, just didn't think about re-declaring HWND, everything works thanks) HWND hwndW = window -> GetHandle(); HDC hdcW = GetDC(hwndW); HICON icon = LoadIconA(GetModuleHandle(NULL), (LPCSTR)IDI_ICON1); SendMessage(hwndW, WM_SETICON, ICON_SMALL, reinterpret_cast<LPARAM>(icon)); HWND hwnd = renderwindow->GetHandle(); HDC hdc = GetDC(hwnd);
  15. The rendering window, so as not to overlap the rest of the interface, I don't really understand this how to fix this (
  16. Sorry, an unknown server error occurred when uploading this file. (Error code: 2.jpg could not be saved.)
  17. Strange, I'll try to put it on my page.
  18. Hello everyone. How can I fix the .ico display problem? 571392425_Action31-03-202116-24-51.mp4
  19. I tried to solve the problem, but:
  20. A void * value cannot be used to initialize the HWND entity.
×
×
  • Create New...