Gstreamer and wine and DLL

I’ve come one step further.
I’ve looked for the DLL and it seems normal that it has a “-1” at the end.
But when I start my program, the following error occurs.
It doesn’t matter whether I test it with wine or in the VBox with Win10.
The error is triggered in the following line: gst_init (&argc, &argv);

PS V:\laz_gstreamer_test> .\project1
Hello World

(project1.exe:0): GModule-CRITICAL **: 13:40:43.260: Cannot get symbol 'gst_init_static_plugins' from the current proces
s since GLib was built for Universal Windows Platform apps
Runtime error 255 at $00007FF88E173B29
  $00007FF88E173B29
  $00007FF8813744C2
  $00007FF87674E943
  $00007FF876747FEC
  $00007FF8767489A5
  $00007FF87674EEFA
  $00007FF876724B8E
  $00007FF8767259A3
  $00007FF8775609C8
  $00007FF8775638F3
  $00007FF8774EBFC1
  $00007FF8766F7AC8
  $00007FF8774EB72F
  $00007FF8774EB607
  $000000010000164C  $main,  line 29 of project1.lpr
  $0000000100001F06
  $0000000100009B70

I copied the following DLLs.

-rw-rw-rw- 1 tux tux   29184 Jul 27  2023 ffi-7.dll
-rw-rw-rw- 1 tux tux 1480704 Jul 27  2023 glib-2.0-0.dll
-rw-rw-rw- 1 tux tux   19968 Jul 27  2023 gmodule-2.0-0.dll
-rw-rw-rw- 1 tux tux  314368 Jul 27  2023 gobject-2.0-0.dll
-rw-rw-rw- 1 tux tux 1302016 Jul 27  2023 gstreamer-1.0-0.dll
-rw-rw-rw- 1 tux tux   11776 Jul 27  2023 intl-8.dll
-rw-rw-r-- 1 tux tux  615608 Jul 31  2018 msvcp140_app.dll
-rw-rw-r-- 1 tux tux   35320 Mär  7  2021 vcruntime140_1_app.dll
-rw-rw-r-- 1 tux tux   86784 Feb  8  2018 vcruntime140_app.dll

Does anyone have any idea what else is going wrong?